diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8731cb..f34d97b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6 - name: Cache modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }}