From 4e73ccfd5edef1e49585280318dc20711d9a0541 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:08:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 a5a3de64..b322f654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: '20.9.0' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.npm @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: '20.9.0' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.npm diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index de75ed2a..817a16db 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: '20.9.0' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.npm @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: '20.9.0' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.npm