Skip to content

Commit 7a3457a

Browse files
authored
Обновляет версию пакета actions/cache@v4 для экшенов (#1327)
1 parent dea2515 commit 7a3457a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
- name: Кэширование модулей
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
env:
3434
cache-name: cache-node-modules
3535
with:

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 20
3232
- name: Кэширование модулей
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
env:
3535
cache-name: cache-node-modules
3636
with:

0 commit comments

Comments
 (0)