From 80fe8d5b4978f1479425a2dfbe928675d3b99507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:45:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 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/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/blog.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/release_main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index 1fd0ef774..6b254f602 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -37,7 +37,7 @@ jobs: run: | Rscript ./dependencies.R - name: Restore Blogdown Cache - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: | ./blogdown diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b53246eb..1fcf4228a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/.npm key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release_main.yml b/.github/workflows/release_main.yml index cfda796e8..298a97603 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -47,7 +47,7 @@ jobs: with: node-version: 18 - name: Cache Node.js modules - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}