Skip to content

Commit 59c14ad

Browse files
authored
Merge pull request #3217 from seqan/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 6268f1d + 762413d commit 59c14ad

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cron_api.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@v4
72+
uses: actions/setup-python@v5
7373
with:
7474
python-version: '3.x'
7575

.github/workflows/cron_avx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Setup Python
7979
if: ${{ failure() }}
80-
uses: actions/setup-python@v4
80+
uses: actions/setup-python@v5
8181
with:
8282
python-version: '3.x'
8383

.github/workflows/cron_latest_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Setup Python
102102
if: ${{ failure() }}
103-
uses: actions/setup-python@v4
103+
uses: actions/setup-python@v5
104104
with:
105105
python-version: '3.x'
106106

.github/workflows/ram_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Setup Python
8787
continue-on-error: true
88-
uses: actions/setup-python@v4
88+
uses: actions/setup-python@v5
8989
with:
9090
python-version: '3.x'
9191

0 commit comments

Comments
 (0)