diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 5ca9bf7..e1cce5f 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -25,7 +25,7 @@ jobs: cache: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -124,7 +124,7 @@ jobs: cache: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build