Skip to content

Commit

Permalink
build(deps): bump magnetikonline/action-golang-cache from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [magnetikonline/action-golang-cache](https://github.com/magnetikonline/action-golang-cache) from 4 to 5.
- [Release notes](https://github.com/magnetikonline/action-golang-cache/releases)
- [Commits](magnetikonline/action-golang-cache@v4...v5)

---
updated-dependencies:
- dependency-name: magnetikonline/action-golang-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent e8c979d commit f5f376d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Cache Go Dependencies
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version-file: go.mod
- name: install task
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Cache Go Dependencies
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version-file: go.mod
- name: install task
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Cache Go Dependencies
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version-file: go.mod
- name: install task
Expand Down

0 comments on commit f5f376d

Please sign in to comment.