diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be31e7..d5a8cba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: go-version: "1.26" - name: Cache Go modules & tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/go_dependencies.yml b/.github/workflows/go_dependencies.yml index 79f04ce..53c5e6f 100644 --- a/.github/workflows/go_dependencies.yml +++ b/.github/workflows/go_dependencies.yml @@ -29,7 +29,7 @@ jobs: cache: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }}