Skip to content

Commit 07d5acc

Browse files
committed
chore(deps): update actions/setup-python action to v6
1 parent 4d78d42 commit 07d5acc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
create_credentials_file: true
7171
credentials_json: ${{ secrets.BUILD_CACHE_KEY }}
72-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
72+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7373
id: py311
7474
with:
7575
python-version: '3.14'

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
create_credentials_file: true
7777
credentials_json: ${{ secrets.BUILD_CACHE_KEY }}
78-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
78+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7979
id: py311
8080
with:
8181
python-version: '3.14'

0 commit comments

Comments
 (0)