Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 8a058c5 commit 9cf10b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
Expand All @@ -30,7 +30,7 @@ jobs:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
- uses: actions/setup-go@v5
- uses: actions/setup-go@v5
with:
Expand All @@ -42,7 +42,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0
with:
Expand Down

0 comments on commit 9cf10b5

Please sign in to comment.