File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 node-version-file : " .nvmrc"
5151 cache : " pnpm"
5252 - name : Restore Turbo Cache
53- uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
53+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
5454 with :
5555 path : node_modules/.cache/turbo
5656 # NOTE: We create new cache record for every new github.sha
9191 node-version-file : " .nvmrc"
9292 cache : " pnpm"
9393 - name : Restore Turbo Cache
94- uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
94+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
9595 with :
9696 path : node_modules/.cache/turbo
9797 # NOTE: build & release tasks should have their own cache
Original file line number Diff line number Diff line change 4444 id : variables
4545 run : echo ::set-output name=arg::$(if [ "${{ steps.files.outputs.global_files }}" = "" ] && ${{ github.event_name == 'pull_request' }}; then echo '--since origin/${{ github.base_ref }}'; else echo ''; fi)
4646 - name : " Defining cache"
47- uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2
47+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v2
4848 env :
4949 cache-name : cache-node-modules
5050 with :
You can’t perform that action at this time.
0 commit comments