From 9774deef6dd42c2ba4857954274189283b2c59cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:52:56 +0200 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 (#23217) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [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.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1ab98e184..ebb7c49aef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: with: node-version-file: ".nvmrc" cache: yarn - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "node_modules" @@ -43,7 +43,7 @@ jobs: - name: Build resources run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages - name: Setup lint cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: | node_modules/.cache/prettier @@ -71,7 +71,7 @@ jobs: with: node-version-file: ".nvmrc" cache: yarn - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "node_modules" @@ -97,7 +97,7 @@ jobs: with: node-version-file: ".nvmrc" cache: yarn - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "node_modules" @@ -129,7 +129,7 @@ jobs: with: node-version-file: ".nvmrc" cache: yarn - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "node_modules"