We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f84fe commit 4a66eafCopy full SHA for 4a66eaf
1 file changed
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
# https://nodejs.org/en/about/releases/
9
node-version: ['18', '20']
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- uses: actions/setup-node@v6
13
with:
14
node-version: ${{ matrix.node-version }}
0 commit comments