We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 165fb15 + 6ea29e8 commit 66fe515Copy full SHA for 66fe515
2 files changed
.github/workflows/nextjs.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npm run lint
36
37
- name: Setup Python
38
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
39
with:
40
python-version: "3.12"
41
.github/workflows/playwright.yml
@@ -29,7 +29,7 @@ jobs:
29
30
node-version: 24
31
32
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
33
34
python-version: '3.12'
0 commit comments