From a7b26ad125adb0814c79e8d298bc2a76a4285749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:06:45 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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/v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-appstore.yml | 2 +- .github/workflows/pull-checks.yml | 2 +- .github/workflows/tests.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index 9266f813a..86157fe46 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@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | ~/.npm diff --git a/.github/workflows/pull-checks.yml b/.github/workflows/pull-checks.yml index 53789ebd9..728611b79 100644 --- a/.github/workflows/pull-checks.yml +++ b/.github/workflows/pull-checks.yml @@ -218,7 +218,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e34d25758..4773afe62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | ~/.npm @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Cache composer files - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | vendor @@ -481,7 +481,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Use cache for NPM - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | ~/.npm @@ -491,7 +491,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Use cache for Composer - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | vendor @@ -563,7 +563,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | ~/.npm