diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc82612..b1aed37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} @@ -56,7 +56,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -99,7 +99,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -146,7 +146,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} @@ -176,7 +176,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae5fef8..dde5942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: go-version: '1.22' - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }}