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 a4b9d7a commit f6fe512Copy full SHA for f6fe512
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
lint:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- name: Use Node LTS
19
uses: actions/setup-node@v5
20
with:
@@ -28,7 +28,7 @@ jobs:
28
build:
29
30
31
32
33
34
0 commit comments