diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef5e3b10ec..1342ccd192 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - name: staticcheck cache id: staticcheck-cache - uses: actions/cache@v3.0.0 + uses: actions/cache@v3.0.1 with: path: ~/.cache/staticcheck key: "${{ steps.get-staticcheck-version.outputs.version }}"