Skip to content

Commit 28225ef

Browse files
authored
Update generator.yml
1 parent b15a99d commit 28225ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generator.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@master
17+
uses: actions/checkout@v4
1818
- name: Set up Python
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.12.8
21+
python-version: 3.x
2222
- name: Install requirements
2323
run: |
2424
pip install -r requirements.txt

0 commit comments

Comments
 (0)