diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 143ae538..73e3226a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: - name: Restore Dependency Cache id: deps-cache - uses: actions/cache@v3 + uses: actions/cache@v5 if: inputs.deps_cache_key with: path: ${{ inputs.deps_cache_path || format('{0}/deps', runner.temp) }}