Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 1d43487 commit bea1342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '1.17'

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1

- uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
with:
go-version: 1.${{ matrix.go }}.x

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
unzip
mingw-w64-x86_64-go
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit bea1342

Please sign in to comment.