Skip to content

Commit 27fa6cb

Browse files
chore(deps): bump actions/checkout from 1 to 4 (#34)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f890b4 commit 27fa6cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: go
1414

1515
- name: Check out code into the Go module directory
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v4
1717

1818
- name: Test
1919
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: 1.14
1414
- name: checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 1
1818
- name: run GoReleaser

0 commit comments

Comments
 (0)