diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b67efd..474dbf8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v3" - - uses: "actions/cache@v3.0.4" + - uses: "actions/cache@v3.0.6" with: path: "~/go/pkg/mod" key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"