From 68db9df985c6d60d1333b0846bd160e7d588a1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:19:39 +0000 Subject: [PATCH] :arrow_up: 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] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/load_test.yml | 2 +- .github/workflows/longevity_test.yml | 2 +- .github/workflows/nightly_test.yml | 2 +- .github/workflows/sanity-test.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdf43c88..671ebc281 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,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-file: src/go.mod @@ -216,7 +216,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-file: src/go.mod @@ -283,7 +283,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-file: src/go.mod @@ -365,7 +365,7 @@ jobs: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: src/go.mod @@ -458,7 +458,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-file: src/go.mod diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 2bae725e9..ff05cd6c1 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -36,7 +36,7 @@ jobs: run: make otel-daemon - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: src/go.mod diff --git a/.github/workflows/longevity_test.yml b/.github/workflows/longevity_test.yml index 15a563f2d..53e98ba85 100644 --- a/.github/workflows/longevity_test.yml +++ b/.github/workflows/longevity_test.yml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 # needed to get latest tag - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: src/go.mod diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index 4e65b52a5..1ff05e9a7 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -63,7 +63,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-file: src/go.mod diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index da18b2228..dc2dd980d 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -52,7 +52,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-file: src/go.mod