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 4546388 commit 30e12c6Copy full SHA for 30e12c6
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'
@@ -35,7 +35,7 @@ jobs:
35
- name: Ensure line endings are consistent
36
run: git config --global core.autocrlf input
37
- name: Check out repository
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
39
40
41
@@ -66,7 +66,7 @@ jobs:
66
webpack:
67
68
69
70
71
72
0 commit comments