From 127be717b0ce9a3a5a861d2e9f627f6c3ea17895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:02:50 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 3.3.2 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [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...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node-ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci-cd.yml b/.github/workflows/node-ci-cd.yml index 671b9eb..af302ba 100644 --- a/.github/workflows/node-ci-cd.yml +++ b/.github/workflows/node-ci-cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version: 16.x - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version: 16.x - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}