diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef8ef8..b87fd47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a39952e..0f3a129 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5d1599..9dbb8c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -79,7 +79,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build