diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d132993529..f055eaee3b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,7 +20,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -35,7 +35,7 @@ jobs: run: git gc - name: Save source code cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .git key: go-src-${{ github.sha }} @@ -82,7 +82,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -151,7 +151,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }} @@ -187,7 +187,7 @@ jobs: go-version-file: go.mod - name: Restore Go modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: /go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }}