Skip to content

Commit 89fb5cf

Browse files
Bump actions/checkout from 3 to 4 (#154)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f01a53b commit 89fb5cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go: [ '1.21', '1.20' ]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: actions/setup-go@v4
2323
with:
2424
go-version: ${{ matrix.go }}
@@ -35,7 +35,7 @@ jobs:
3535
go: [ '1.21', '1.20' ]
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- uses: actions/setup-go@v4
4040
with:
4141
go-version: ${{ matrix.go }}
@@ -51,7 +51,7 @@ jobs:
5151
go: [ '1.21', '1.20' ]
5252

5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- uses: actions/setup-go@v4
5656
with:
5757
go-version: ${{ matrix.go }}
@@ -71,7 +71,7 @@ jobs:
7171
go: [ '1.21', '1.20' ]
7272

7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
- uses: actions/setup-go@v4
7676
with:
7777
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)