Skip to content

Commit 20b4f05

Browse files
Bump actions/checkout from 5 to 6 (#11)
1 parent 94ff4c7 commit 20b4f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
language: [javascript]
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v4
2222
with:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: Dependency Review
1414
uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)