From de3b22f1f6c0abd6eb9dd568c0a3c0ee978f1bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 02:01:37 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.6 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.1. - [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.0.1) --- 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 | 4 ++-- .github/workflows/commitlint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edb0f3..0685563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '12.x' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: | ~/.npm @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '12.x' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: | ~/.npm diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 170c942..bf7dc0b 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '14' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: | ~/.npm @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '14' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: | ~/.npm