We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f08f36 commit d890141Copy full SHA for d890141
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
- uses: actions/cache@v4
10
with:
11
path: '**/node_modules'
@@ -31,7 +31,7 @@ jobs:
31
32
node-version: ${{ matrix.node-version }}
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
36
persist-credentials: false
37
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
@@ -72,7 +72,7 @@ jobs:
72
needs: build
73
74
75
76
77
78
0 commit comments