Skip to content

Commit b8e46ac

Browse files
Merge pull request Wurst-Imperium#1207 from Wurst-Imperium/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents eba2624 + 03d97f8 commit b8e46ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto_snapshot_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161

6262
- name: Set up Python 3.12
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.12"
6666

.github/workflows/check_translations.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

2626
- name: Set up Python 3.12
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.12"
3030

0 commit comments

Comments
 (0)