Skip to content

Commit 8d165a7

Browse files
authored
Merge pull request #3380 from seqan/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c67fe13 + 3077142 commit 8d165a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cron_avx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Setup Python
6262
if: ${{ failure() }}
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: '3.x'
6666

.github/workflows/cron_latest_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Setup Python
7171
if: ${{ failure() }}
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: '3.x'
7575

.github/workflows/ram_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Setup Python
8282
continue-on-error: true
83-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: '3.x'
8686

0 commit comments

Comments
 (0)