Skip to content

Commit

Permalink
Bump magnetikonline/action-golang-cache from 4 to 5 (kuskoman#312)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Surdej <kubasurdej@gmail.com>
  • Loading branch information
dependabot[bot] and kuskoman authored Mar 11, 2024
1 parent a00e3d5 commit accfc10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/go-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand All @@ -205,7 +205,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand All @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand All @@ -255,7 +255,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: "^1.22"

Expand Down

0 comments on commit accfc10

Please sign in to comment.