From 6cb6c53592a67f574d9f7f34a065da057a09c59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:02:20 +0000 Subject: [PATCH] Bump actions/cache from 2.1.2 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.2 to 3.2.3. - [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.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/gh-pages-deploy.yml | 2 +- .github/workflows/lint-md.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfed88a3..0c0d08f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: node-version: '10.x' - name: Cache dependencies - uses: actions/cache@v2.1.2 + uses: actions/cache@v3.2.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index e53fa20f..968e8021 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -17,7 +17,7 @@ jobs: node-version: '10.x' - name: Cache dependencies - uses: actions/cache@v2.1.2 + uses: actions/cache@v3.2.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/lint-md.yml b/.github/workflows/lint-md.yml index c9b337f8..7f030a62 100644 --- a/.github/workflows/lint-md.yml +++ b/.github/workflows/lint-md.yml @@ -34,7 +34,7 @@ jobs: node-version: '10.x' - name: Cache dependencies - uses: actions/cache@v2.1.2 + uses: actions/cache@v3.2.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}