File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050
5151 - uses : " kurtmckee/detect-pythons@v1"
5252
53- - uses : " actions/cache@v4 "
53+ - uses : " actions/cache@v5 "
5454 id : " restore-cache"
5555 with :
5656 # You may need to augment the list of files to hash.
Original file line number Diff line number Diff line change 6666 runs-on : " ${{ matrix.os.runner }}"
6767 steps :
6868 - name : " Checkout the repository"
69- uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6.0.0
69+ uses : " actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 " # v6.0.1
7070
7171 - name : " Test: Disable output file"
7272 uses : " ./"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ and tox test environments stored in ``.tox/``.
5858
5959 - uses : " kurtmckee/detect-pythons@v1"
6060
61- - uses : " actions/cache@v4 "
61+ - uses : " actions/cache@v5 "
6262 id : " restore-cache"
6363 with :
6464 # You may need to augment the list of files to hash.
You can’t perform that action at this time.
0 commit comments