From d95ef10c5dace093a154756ed43c1da1d3f26668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:34:55 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 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/continuous-deployment.yaml | 2 +- .github/workflows/continuous-integration.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index deccf63b..8ad43318 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index e1ed8a78..85295c04 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -22,7 +22,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -80,7 +80,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -110,7 +110,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -154,7 +154,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -184,7 +184,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -213,7 +213,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -245,7 +245,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -278,7 +278,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Get node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: |