diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c52a044..59e49db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: devbox-version: 0.17.4 - name: Cache Go modules and build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod @@ -115,7 +115,7 @@ jobs: devbox-version: 0.17.4 - name: Cache Go modules and build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod