Skip to content

Commit b2daf27

Browse files
authored
Merge pull request #5 from braswelljr/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 56be0ce + 5cb42cd commit b2daf27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: 1.19
2020

2121
- name: Check out code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Restore Go modules cache
2525
uses: actions/cache@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.19
2626

2727
- name: Check out code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Restore Go modules cache
3131
uses: actions/cache@v3

0 commit comments

Comments
 (0)