diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eed1a1b..6fa238c 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@v2" + - uses: "actions/cache@v3.0.1" with: path: "~/go/pkg/mod" key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"