Skip to content

Commit 99c7b9d

Browse files
authored
chore; merge pull request #347 from Aethersailor/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 4 to 6
2 parents 35f177d + 489bbac commit 99c7b9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-generate-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "github-actions[bot]@users.noreply.github.com"
2424
2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.x'
2929

.github/workflows/auto-update-game-cdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.11'
2424

0 commit comments

Comments
 (0)