From db03b5b56b07cf19a9ed4b2fa0e0a2a12e8940fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:38:58 -0500 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 (#16) --- .github/workflows/documentation_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/packages_lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation_lint.yml b/.github/workflows/documentation_lint.yml index ae31dde..7180a6a 100644 --- a/.github/workflows/documentation_lint.yml +++ b/.github/workflows/documentation_lint.yml @@ -18,7 +18,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: modules-cache with: path: ${{ github.workspace }}/node_modules diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0fb64c3..f0cd9a5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: modules-cache with: path: ${{ github.workspace }}/node_modules diff --git a/.github/workflows/packages_lint.yml b/.github/workflows/packages_lint.yml index 4bf1533..11bd246 100644 --- a/.github/workflows/packages_lint.yml +++ b/.github/workflows/packages_lint.yml @@ -18,7 +18,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: modules-cache with: path: ${{ github.workspace }}/node_modules