File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 id : yarn-cache-dir-path
5050 run : echo "dir=$(yarn config get cacheFolder)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
5151 - name : " Defining cache"
52- uses : actions/cache@v4
52+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
5353 env :
5454 cache-name : cache-node-modules
5555 with :
Original file line number Diff line number Diff line change 4141 id : yarn-cache-dir-path
4242 run : echo "dir=$(yarn config get cacheFolder)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
4343 - name : " Defining cache"
44- uses : actions/cache@v4
44+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
4545 env :
4646 cache-name : cache-node-modules
4747 with :
You can’t perform that action at this time.
0 commit comments