diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index da784d564..f233efa41 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -43,13 +43,13 @@ jobs: node-version-file: '.nvmrc' - name: Cache npm files - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} - name: Cache the out/ directory - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}