Skip to content

Commit f9602d5

Browse files
authored
Merge pull request #545 from WoltLab/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 89fc724 + 00b23be commit f9602d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.x'
3030
- run: pip3 install -r requirements.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.x'
2222
- run: pip3 install -r requirements.txt

0 commit comments

Comments
 (0)