We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76a86e commit 3f1d8c5Copy full SHA for 3f1d8c5
1 file changed
.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
14
lint:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v6.0.3
18
- name: Use Node LTS
19
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v6.5.0
20
with:
21
node-version: 'lts/*'
22
cache: 'npm'
@@ -28,9 +28,9 @@ jobs:
28
build:
29
30
31
32
33
34
35
36
0 commit comments