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