Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 829a170

Browse files
Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b638cd commit 829a170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: 1.16
1717
id: go
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2.8.1
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
go-version: 1.16
5050
id: go
5151
- name: Check out code into the Go module directory
52-
uses: actions/checkout@v2.3.4
52+
uses: actions/checkout@v2.4.0
5353
- name: Test
5454
run: |
5555
go test ./... -coverprofile coverage.out

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v2.4.0
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go

0 commit comments

Comments
 (0)