File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
4141 - name : Restore Python virtual environment
4242 id : cache-venv
43- uses : &actions-cache actions/cache@v4.3.0
43+ uses : &actions-cache actions/cache@v5.0.1
4444 with :
4545 path : venv
4646 key : >-
8181 echo "ref: $ref"
8282 echo "$ref" >> cleanup_cache
8383 - name : Upload cleanup-cache artifact
84- uses : actions/upload-artifact@v5 .0.0
84+ uses : actions/upload-artifact@v6 .0.0
8585 with :
8686 name : cleanup_cache
8787 path : cleanup_cache
9696 - &cache-restore-python-base
9797 name : Restore Python virtual environment
9898 id : cache-venv
99- uses : &actions-cache-restore actions/cache/restore@v4.3.0
99+ uses : &actions-cache-restore actions/cache/restore@v5.0.1
100100 with :
101101 fail-on-cache-miss : true
102102 path : venv
You can’t perform that action at this time.
0 commit comments