diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 4577b2f..47af59f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}