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 2929 echo "cache_tag=$(/bin/date --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
3030 echo "previous_cache_tag=$(/bin/date --date='1 month ago' --utc '+%Y%m')" >> "$GITHUB_OUTPUT"
3131 shell : bash
32- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
32+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
3333 id : pre-commit-cache
3434 with :
3535 path : ~/.cache/pre-commit
Original file line number Diff line number Diff line change 4141 if : github.event_name == 'pull_request'
4242 with :
4343 persist-credentials : false
44- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
44+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
4545 with :
4646 path : ~/.cache/pre-commit
4747 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 4545 if : github.event_name == 'pull_request'
4646 with :
4747 persist-credentials : false
48- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
48+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
4949 with :
5050 path : ~/.cache/pre-commit
5151 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments