Skip to content

Commit 6b5cf34

Browse files
authored
Merge pull request #13 from philips-software/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 8ed1804 + 2058332 commit 6b5cf34

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@v3
42+
uses: actions/checkout@v4
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@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup go
2020
uses: actions/setup-go@v4
2121
with:

0 commit comments

Comments
 (0)