Skip to content

Commit a432943

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#87)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 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.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47b1cad commit a432943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ${{ matrix.go }}
2525

2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v2.3.5
27+
uses: actions/checkout@v2.4.0
2828

2929
- name: go mod pakcage cache
3030
uses: actions/[email protected]
@@ -67,7 +67,7 @@ jobs:
6767
go-version: ${{ matrix.go }}
6868

6969
- name: Check out code into the Go module directory
70-
uses: actions/checkout@v2.3.5
70+
uses: actions/checkout@v2.4.0
7171

7272

7373
- name: go mod pakcage cache
@@ -111,7 +111,7 @@ jobs:
111111
go-version: ${{ matrix.go }}
112112

113113
- name: Check out code into the Go module directory
114-
uses: actions/checkout@v2.3.5
114+
uses: actions/checkout@v2.4.0
115115

116116
- name: go mod pakcage cache
117117
uses: actions/[email protected]
@@ -154,7 +154,7 @@ jobs:
154154
go-version: ${{ matrix.go }}
155155

156156
- name: Check out code into the Go module directory
157-
uses: actions/checkout@v2.3.5
157+
uses: actions/checkout@v2.4.0
158158

159159
- name: go mod pakcage cache
160160
uses: actions/[email protected]

0 commit comments

Comments
 (0)