diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9d3979827..faf0658023 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ jobs: - name: staticcheck cache id: staticcheck-cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ~/.cache/staticcheck key: "${{ steps.get-staticcheck-version.outputs.version }}"