From e152223de0235bdb9a9b96ece294cd1ff4a468dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:29:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/lint.yaml | 2 +- .github/workflows/pr-preview.yaml | 2 +- .github/workflows/release-please.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 78d0b98..6da01b8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '15' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.3 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/pr-preview.yaml b/.github/workflows/pr-preview.yaml index 9c6fb3c..9496c59 100644 --- a/.github/workflows/pr-preview.yaml +++ b/.github/workflows/pr-preview.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v2.4.1 with: node-version: '15' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.3 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f8285ee..6047e42 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: with: node-version: 15 registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.3 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -52,7 +52,7 @@ jobs: with: node-version: 15 registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.3.3 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm