File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/setup-go@v6
2323 with :
2424 go-version : ' >=1.18'
25- - uses : actions/cache@v4
25+ - uses : actions/cache@v5
2626 with :
2727 path : |
2828 ~/.cache/pre-commit
Original file line number Diff line number Diff line change 2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
32- - uses : actions/cache@v4
32+ - uses : actions/cache@v5
3333 with :
3434 path : ~/.cache/pip
3535 key : ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt') }}
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 - name : Checkout
2323 uses : actions/checkout@v6
2424 - uses : actions/setup-python@v6
25- - uses : actions/cache@v4
25+ - uses : actions/cache@v5
2626 with :
2727 path : |
2828 ~/.cache/pre-commit
2929 key : ${{ runner.os }}-precommit-${{ hashFiles('**/.pre-commit-config.yaml/*') }}
3030 restore-keys : |
3131 ${{ runner.os }}-precommit-
3232
33- - uses : actions/cache@v4
33+ - uses : actions/cache@v5
3434 with :
3535 path : ~/.cache/pip
3636 key : ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt') }}
You can’t perform that action at this time.
0 commit comments