Bump actions/cache from 3.2.2 to 3.2.3

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 01:11:21 +00:00 коммит произвёл GitHub
Родитель 0e60b7327f
Коммит 7d088d42ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

2
.github/workflows/deploy-appstore.yml поставляемый
Просмотреть файл

@ -31,7 +31,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Use cache for NPM
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
~/.npm

2
.github/workflows/pull-checks.yml поставляемый
Просмотреть файл

@ -128,7 +128,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
~/.npm

8
.github/workflows/tests.yml поставляемый
Просмотреть файл

@ -28,7 +28,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
~/.npm
@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Cache composer files
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
vendor
@ -387,7 +387,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Use cache for NPM
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
~/.npm
@ -397,7 +397,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Use cache for Composer
uses: actions/cache@v3.2.2
uses: actions/cache@v3.2.3
with:
path: |
vendor