Skip to content

Commit f7e21d8

Browse files
Merge pull request #13 from jacobwgillespie/dependabot/github_actions/actions/checkout-4
2 parents f45c329 + 8f1a6a2 commit f7e21d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- uses: actions/setup-go@v4
1010
with:
1111
go-version: "1.21"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: "1.21"

0 commit comments

Comments
 (0)