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