From f0b52eb47b6ff7d8e54c2bcd3c9db76b898f6f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:19:43 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 933c81b..c71427e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -66,7 +66,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9612f2..3c49b31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}