Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v6

- name: Install Python libs
run: python -m pip install requests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: npm i -g npm@${{env.NPM_VERSION}}

- name: Use Python ${{env.PYTHON_VERSION}}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: npm run format

- name: Use Python ${{env.PYTHON_VERSION}}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
echo "TAGS_NAME=${TAGSVAR//[^a-zA-Z]/_}" >> $GITHUB_ENV

- name: Use Python ${{matrix.pythonVersion}}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
id: setupPythonVersion
if: matrix.python != 'conda' && matrix.python != 'noPython'
with:
Expand Down Expand Up @@ -808,7 +808,7 @@ jobs:
persist-credentials: false

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
id: setupPythonVersion
with:
python-version: ${{matrix.python}}
Expand Down
Loading