diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9a7ed05b2..de11d4ebb0 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.11 + uses: actions/cache@v3.2.0 with: path: ~/.cache/staticcheck key: "${{ steps.get-staticcheck-version.outputs.version }}"