Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.2.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 8a058c5 commit 8171801
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 8171801

Please sign in to comment.