diff --git a/.github/workflows/documentation_lint.yml b/.github/workflows/documentation_lint.yml index eb0d724b5..aaab49623 100644 --- a/.github/workflows/documentation_lint.yml +++ b/.github/workflows/documentation_lint.yml @@ -17,7 +17,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 6baaa6006..f6d1ef214 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,7 +23,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