From 7c52460a3c2f1196ef3a9af0468b803fe572187b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 01:35:55 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-appstore.yml | 2 +- .github/workflows/pull-checks.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index f3929d743..b0c8a0980 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -30,7 +30,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Use cache for NPM - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | ~/.npm diff --git a/.github/workflows/pull-checks.yml b/.github/workflows/pull-checks.yml index c418a2b1e..b08662636 100644 --- a/.github/workflows/pull-checks.yml +++ b/.github/workflows/pull-checks.yml @@ -132,7 +132,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: | ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc42f49c0..502b4572d 100644 --- a/.github/workflows/tests.yml +++ b/.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.3.2 + uses: actions/cache@v3.3.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.3.2 + uses: actions/cache@v3.3.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.3.2 + uses: actions/cache@v3.3.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.3.2 + uses: actions/cache@v3.3.3 with: path: | vendor