File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 path : REPO
5959 fetch-depth : 0
6060 ref : ${{ env.PORT_TO_BRANCH }}
61- - uses : actions/cache@v1
61+ - uses : actions/cache@v4
6262 with :
6363 path : ~/.cache/pre-commit
6464 key : pre-commit|${{ env.PY }}|${{ hashFiles('REPO/.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 3434 run :
3535 echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
3636 $GITHUB_ENV
37- - uses : actions/cache@v1
37+ - uses : actions/cache@v4
3838 with :
3939 path : ~/.cache/pre-commit
4040 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
8383 run :
8484 echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
8585 $GITHUB_ENV
86- - uses : actions/cache@v1
86+ - uses : actions/cache@v4
8787 with :
8888 path : ~/.cache/pre-commit
8989 key : pre-commit|${{ env.PY }}|${{ hashFiles('REPO/.pre-commit-config.yaml') }}
@@ -166,7 +166,7 @@ jobs:
166166 echo "${{ env.PR_MODULES_DEPS }}" > new-deps/modules.txt
167167 echo "ARTIFACT=yes" >> $GITHUB_ENV
168168 - name : Save DINAR with dependencies
169- uses : actions/upload-artifact@v1
169+ uses : actions/upload-artifact@v4
170170 with :
171171 name : new-deps
172172 path : new-deps/
You can’t perform that action at this time.
0 commit comments