We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8f3fa commit 1a55a5cCopy full SHA for 1a55a5c
.github/workflows/build.yml
@@ -340,7 +340,7 @@ jobs:
340
341
- name: Install Python 3.x
342
if: fromJSON(matrix.config.container) == null && runner.name != 'WINDOWS-SIGN-PC'
343
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
344
with:
345
python-version: '3.11.x'
346
.github/workflows/test-javascript.yml
@@ -92,7 +92,7 @@ jobs:
92
93
# See: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites
94
- name: Install Python
95
96
97
98
0 commit comments