From 15a75542eba312b05f65009033f899ba81056894 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:32:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#406) Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com> --- .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 9dba750..b4456db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index c801ac5..056d126 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20.9.0' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.npm