Skip to content

Commit 5b541ac

Browse files
Update actions/checkout action to v5
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 |
1 parent ec7105f commit 5b541ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version-file: '.nvmrc'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
security-events: write
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: github/codeql-action/init@v3
2323
with:
2424
languages: javascript

0 commit comments

Comments
 (0)