From 77b8f5d8b6db9f3a6526e7b7742d6ed920b33179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:05:08 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.3.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/v2.1.6...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pr.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index fecaac91df..ac6acaab1d 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache node modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.2 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b065991582..6cd19ab692 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV - name: Cache node modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.2 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}