Skip to content

Commit b28ffa0

Browse files
committed
1 parent f0ad939 commit b28ffa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/DINAR-PORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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') }}

.github/workflows/DINAR-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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') }}
@@ -83,7 +83,7 @@ jobs:
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/

0 commit comments

Comments
 (0)