From 38ffd2d273cbffd44eff11a80011ac7d19a90313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:46:06 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/lint.yaml | 2 +- .github/workflows/pr-preview.yaml | 2 +- .github/workflows/release-please.yml | 4 ++-- .github/workflows/static.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 78d0b98..4304b2a 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@v4.1.0 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..af518de 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@v4.1.0 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..fac3041 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@v4.1.0 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@v4.1.0 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 185bded..1a03d65 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -38,7 +38,7 @@ jobs: with: node-version: '15' - name: Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v4.1.0 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm