mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-15 21:29:27 +00:00
Compare commits
1 Commits
fix/macos-
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a55a5c560 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -340,7 +340,7 @@ jobs:
|
||||
|
||||
- name: Install Python 3.x
|
||||
if: fromJSON(matrix.config.container) == null && runner.name != 'WINDOWS-SIGN-PC'
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
|
||||
|
||||
2
.github/workflows/test-javascript.yml
vendored
2
.github/workflows/test-javascript.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
# See: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user