We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7375080 + 75565af commit e243171Copy full SHA for e243171
3 files changed
.github/workflows/check-dist.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- name: Checkout
30
id: checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
32
33
- name: Setup Node.js
34
id: setup-node
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
- name: Test Local Action 1
57
id: test-action-1
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
35
- name: Initialize CodeQL
36
id: initialize
0 commit comments