We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0fc91 commit c456344Copy full SHA for c456344
.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
16
name: Test
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- name: Use Node.js 24.x
21
uses: actions/setup-node@v6
22
with:
@@ -38,7 +38,7 @@ jobs:
38
needs: test
39
if: github.ref == 'refs/heads/main'
40
41
42
43
44
0 commit comments