Skip to content

Commit 3560d43

Browse files
authored
Merge pull request #18 from philips-software/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 5eec042 + bffa8c9 commit 3560d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go: [ '1.16', '1.17' ]
1616
name: Go ${{ matrix.go }} test
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Setup go
2020
uses: actions/setup-go@v5
2121
with:

0 commit comments

Comments
 (0)