From b204d1171263804a87819bd2ca0344fbbf8de83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:52:41 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.2 to 4.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.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/704facf57e6136b1bc63b828d79edcd491f0ee84...ab5e6d0c87105b4c9c2047343972218f562e4319) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-main.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 4 ++-- .github/workflows/vrt.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f4f8a3..960602a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 9107d86..39cfe00 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3455ed5..cd44711 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1aafbf8..080484a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48058ef..83435d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules @@ -58,7 +58,7 @@ jobs: - name: Cache Playwright Browsers for Playwright's Version id: cache-playwright-browsers - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.cache/ms-playwright key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }} @@ -85,7 +85,7 @@ jobs: # node-version: '18' # # # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ -# - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 +# - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 # id: cache # with: # path: ./node_modules @@ -132,7 +132,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a83f792..16f8e8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules @@ -53,7 +53,7 @@ jobs: - name: Cache Playwright Browsers for Playwright's Version id: cache-playwright-browsers - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.cache/ms-playwright key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }} diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 6c16539..05b7efe 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -31,7 +31,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 id: cache with: path: ./node_modules