diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 826bbcfa..8e66f314 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -37,7 +37,7 @@ jobs: go-version: ${{ env.GO_VERSION }} check-latest: true - name: Cache Go Dependencies - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: go.mod - name: install task @@ -68,7 +68,7 @@ jobs: go-version: ${{ env.GO_VERSION }} check-latest: true - name: Cache Go Dependencies - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: go.mod - name: install task @@ -97,7 +97,7 @@ jobs: go-version: ${{ env.GO_VERSION }} check-latest: true - name: Cache Go Dependencies - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version-file: go.mod - name: install task