Skip to content

Commit ad233f8

Browse files
authored
Update actions/setup-python action to v7 (#5105)
1 parent 7674ff5 commit ad233f8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
with:
429429
name: polaris-server-app
430430
- name: Set up Python ${{ matrix.python-version }}
431-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
431+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
432432
with:
433433
python-version: ${{ matrix.python-version }}
434434
- name: Lint
@@ -560,7 +560,7 @@ jobs:
560560
with:
561561
java-version: '21'
562562
distribution: 'temurin'
563-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
563+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
564564
with:
565565
python-version: '3.14'
566566
- name: Setup test environment

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
persist-credentials: false
8787

8888
- name: Set up Python
89-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
89+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
9090
with:
9191
python-version: "3.13"
9292

.github/workflows/release-3-build-and-publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ jobs:
549549
echo "LIBS_DIR=$(pwd)/releasey/libs" >> $GITHUB_ENV
550550
551551
- name: Set up Python
552-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
552+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
553553
with:
554554
python-version: "3.13"
555555

0 commit comments

Comments
 (0)