File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 asdf_version : ${{ env.ASDF_VERSION }}
2727
2828 - name : Cache ASDF
29- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
29+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030 id : asdf-cache
3131 with :
3232 # https://github.com/asdf-vm/asdf/blob/master/.gitignore
4545 asdf_version : ${{ env.ASDF_VERSION }}
4646
4747 - name : Cache pre-commit
48- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949 with :
5050 path : ~/.cache/pre-commit
5151 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-warmup
Original file line number Diff line number Diff line change 3333 asdf_version : ${{ env.ASDF_VERSION }}
3434
3535 - name : Cache ASDF
36- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3737 id : asdf-cache
3838 with :
3939 # https://github.com/asdf-vm/asdf/blob/master/.gitignore
5656 run : asdf reshim
5757
5858 - name : Cache pre-commit
59- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6060 with :
6161 path : ~/.cache/pre-commit
6262 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 5959 asdf_version : ${{ env.ASDF_VERSION }}
6060
6161 - name : Cache ASDF
62- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
62+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6363 id : asdf-cache
6464 with :
6565 # https://github.com/asdf-vm/asdf/blob/master/.gitignore
You can’t perform that action at this time.
0 commit comments