Skip to content

Commit

Permalink
ci/cd(deps): bump actions/setup-go from 5.0.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent efe80d1 commit db46a74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected].0
uses: actions/[email protected].2
with: { go-version: '${{ matrix.go }}', check-latest: true }
- name: Set up environment
run: make env deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/warmup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go }}
check-latest: true
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down

0 comments on commit db46a74

Please sign in to comment.