Skip to content

Commit dd8f476

Browse files
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31eaf45 commit dd8f476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- goos: windows
1818
goarch: amd64
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: actions/setup-go@v2
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
@@ -34,7 +34,7 @@ jobs:
3434
name: "Run tests"
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: actions/setup-go@v2
3939
with:
4040
go-version: ${{ env.GO_VERSION }}
@@ -55,7 +55,7 @@ jobs:
5555
- goos: windows
5656
goarch: amd64
5757
steps:
58-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3
5959
- uses: actions/setup-go@v2
6060
with:
6161
go-version: ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)