From d0d8a577c6430055d824a993cb7855a86c5d26ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 21:01:30 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.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/v3.0.1...v3.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 | 6 +++--- .github/workflows/ci.yaml | 2 +- .github/workflows/release_main.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index c70e89f47..c26e13076 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -17,7 +17,7 @@ jobs: # submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 3 - name: Cache Conda - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ~/conda_pkgs_dir key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }} @@ -45,7 +45,7 @@ jobs: run: | Rscript ./dependencies.R - name: Restore Blogdown Cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: | ./blogdown @@ -68,7 +68,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4728ad5ea..85c09fa57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.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 5fa0685b4..015238280 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -47,7 +47,7 @@ jobs: with: node-version: 16 - name: Cache Node.js modules - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}