Skip to content

Commit 280f775

Browse files
committed
gha: update actions/checkout@v6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4c912d3 commit 280f775

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 2
5454
- name: Update Go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 10
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
- name: Set up Go
2727
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)