There was an error while loading. Please reload this page.
2 parents 522d21b + 19ae540 commit e27f3d2Copy full SHA for e27f3d2
1 file changed
.github/workflows/daily-update.yml
@@ -14,12 +14,12 @@ jobs:
14
shell: bash
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
19
- name: Set up Python
20
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
21
with:
22
- python-version: 3.8
+ python-version: 3.12
23
24
- name: Run script
25
run: ./etc/scripts/check_commit_run_update.sh
0 commit comments