We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15a99d commit 28225efCopy full SHA for 28225ef
1 file changed
.github/workflows/generator.yml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@master
+ uses: actions/checkout@v4
18
- name: Set up Python
19
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
20
with:
21
- python-version: 3.12.8
+ python-version: 3.x
22
- name: Install requirements
23
run: |
24
pip install -r requirements.txt
0 commit comments