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 1717 using : " composite"
1818 steps :
1919 - name : Cache Vagrant boxes
20- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
20+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2121 with :
2222 path : ~/.vagrant.d/boxes
2323 key : ${{ runner.os }}-vagrant-${{ inputs.distro }}-${{ hashFiles('distros_supported.yml') }}
Original file line number Diff line number Diff line change 2323 runs-on : vm-self-hosted
2424 steps :
2525 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
26- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
26+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2727 with :
2828 path : ~/.vagrant.d/boxes
2929 key : ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}
You can’t perform that action at this time.
0 commit comments