Skip to content

Commit cd0bd64

Browse files
authored
Merge pull request #12 from permafrost-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 797894e + ddd31ef commit cd0bd64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ env.GO_VERSION }}
2828

2929
- name: Checkout code
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Download and tidy Go modules
3333
run: task mod
@@ -49,7 +49,7 @@ jobs:
4949
go-version: ${{ env.GO_VERSION }}
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Download and tidy Go modules
5555
run: task mod

.github/workflows/run-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: '>=1.20.0'
3131

3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

0 commit comments

Comments
 (0)