Skip to content

Commit ca1c090

Browse files
committed
chore(deps): update actions/setup-python action to v6
1 parent ae20a9b commit ca1c090

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
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
create_credentials_file: true
6969
credentials_json: ${{ secrets.BUILD_CACHE_KEY }}
70-
- uses: actions/setup-python@v5
70+
- uses: actions/setup-python@v6
7171
id: py311
7272
with:
7373
python-version: '3.14'

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
create_credentials_file: true
7575
credentials_json: ${{ secrets.BUILD_CACHE_KEY }}
76-
- uses: actions/setup-python@v5
76+
- uses: actions/setup-python@v6
7777
id: py311
7878
with:
7979
python-version: '3.14'

0 commit comments

Comments
 (0)