Skip to content

Commit a9ca1ed

Browse files
authored
Merge pull request #1304 from abraham/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 3191f22 + cf83297 commit a9ca1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
8-
- uses: actions/setup-node@v5
8+
- uses: actions/setup-node@v6
99
with:
1010
node-version: 20
1111
- run: npm ci

0 commit comments

Comments
 (0)