From 5de3a8d17cd6528abe9e05bad522edc4fa691b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:53:34 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#1712) --- .github/workflows/documentation.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b46bba53..4754baf6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,7 +29,7 @@ jobs: node-version: "20" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: npm-cache with: path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3e9301e..7a2ae1cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: with: node-version: "18" - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: npm-cache with: path: |