⬆️ Bump magnetikonline/action-golang-cache from 4 to 5
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](https://github.com/magnetikonline/action-golang-cache/compare/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>
This commit is contained in:
parent
2b79c1b797
commit
68db9df985
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
@ -216,7 +216,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
@ -283,7 +283,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
@ -365,7 +365,7 @@ jobs:
|
|||||||
ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge"
|
ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge"
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
@ -458,7 +458,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/load_test.yml
vendored
2
.github/workflows/load_test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: make otel-daemon
|
run: make otel-daemon
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/longevity_test.yml
vendored
2
.github/workflows/longevity_test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
fetch-depth: 0 # needed to get latest tag
|
fetch-depth: 0 # needed to get latest tag
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/nightly_test.yml
vendored
2
.github/workflows/nightly_test.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/sanity-test.yaml
vendored
2
.github/workflows/sanity-test.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
uses: magnetikonline/action-golang-cache@v4
|
uses: magnetikonline/action-golang-cache@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: src/go.mod
|
go-version-file: src/go.mod
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user