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 @@ -113,7 +113,7 @@ jobs:
113113 VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE : true
114114
115115 - name : Upload coverage to Codecov
116- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
116+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
117117 with :
118118 use_oidc : true
119119 files : coverage/lcov.info
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
4343 node-version-file : ' .nvmrc'
4444
4545 - name : Cache npm files
46- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
46+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4747 with :
4848 path : ~/.npm
4949 key : ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
5050
5151 - name : Cache the out/ directory
52- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
52+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5353 with :
5454 path : ./out
5555 key : ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}
You can’t perform that action at this time.
0 commit comments