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 1f3b4d8 commit 8c005bdCopy full SHA for 8c005bd
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
- uses: actions/cache@v4
10
with:
11
path: '**/node_modules'
@@ -33,7 +33,7 @@ jobs:
33
- name: Ensure line endings are consistent
34
run: git config --global core.autocrlf input
35
- name: Check out repository
36
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
37
38
39
0 commit comments