We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35f177d + 489bbac commit 99c7b9dCopy full SHA for 99c7b9d
2 files changed
.github/workflows/auto-generate-rules.yml
@@ -23,7 +23,7 @@ jobs:
23
git config user.email "github-actions[bot]@users.noreply.github.com"
24
25
- name: Set up Python
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
27
with:
28
python-version: '3.x'
29
.github/workflows/auto-update-game-cdn.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
21
- uses: actions/setup-python@v5
22
python-version: '3.11'
0 commit comments