Skip to content

Commit a7d44ed

Browse files
authored
Merge pull request #3426 from seqan/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents 6335120 + ec3f836 commit a7d44ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
63+
uses: actions/setup-python@v7
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@v6
72+
uses: actions/setup-python@v7
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@v6
83+
uses: actions/setup-python@v7
8484
with:
8585
python-version: '3.x'
8686

0 commit comments

Comments
 (0)