Skip to content

Commit 95ddf6d

Browse files
committed
Bump actions/checkout to v6 for consistency with main repo
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 44459a3 commit 95ddf6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 10
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: step-security/harden-runner@v2
3131
with:
3232
egress-policy: audit
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
- name: Install Trivy
3535
run: |
3636
if ! command -v trivy &>/dev/null; then
@@ -52,7 +52,7 @@ jobs:
5252
uses: step-security/harden-runner@v2
5353
with:
5454
egress-policy: audit
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
- name: Install gitleaks

0 commit comments

Comments
 (0)