diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 502bbbae7..96f82f8a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod @@ -270,7 +270,7 @@ jobs: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod @@ -361,7 +361,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod @@ -408,7 +408,7 @@ jobs: fetch-depth: 0 # needed to pull changelog - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index fd8a9f12b..9baea5775 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -34,7 +34,7 @@ jobs: run: make otel-daemon - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 97ba2ae0a..8255b01fa 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v3 + uses: magnetikonline/action-golang-cache@v4 with: go-version-file: src/go.mod