diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7eb88a..720e9ef 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@v5 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@v5 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@v5 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@v5 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@v5 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 47e7fe7..5425c95 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@v5 with: path: ~/go/pkg/mod key: ubuntu-latest-go-1.22-${{ hashFiles('**/go.sum') }}