Skip to content

Commit f8cbb6a

Browse files
authored
Merge pull request #26 from advanced-security/dependabot/github_actions/dependencies-a331d3ec2d
Bump actions/checkout from 4 to 5 in the dependencies group
2 parents b0602e1 + 0862e6d commit f8cbb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: volta-cli/action@v4
1212
- run: npm ci --no-audit
1313
- run: npm run lint --if-present

0 commit comments

Comments
 (0)