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 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 3939 - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4040 with :
4141 version : 0.9.17
42- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
42+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
4343 with :
4444 path : ~/.cache/pre-commit
4545 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments