diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1e5fdb2..d2135ef 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: modules-cache with: path: ${{ github.workspace }}/node_modules diff --git a/.github/workflows/documentation_lint.yml b/.github/workflows/documentation_lint.yml index ce232e0..28f47d1 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@v4 + uses: actions/cache@v5 id: modules-cache with: path: ${{ github.workspace }}/node_modules diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2eada22..136df53 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,7 +18,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: modules-cache with: path: ${{ github.workspace }}/node_modules diff --git a/.github/workflows/packages_lint.yml b/.github/workflows/packages_lint.yml index ee50471..e1ebb49 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@v4 + uses: actions/cache@v5 id: modules-cache with: path: ${{ github.workspace }}/node_modules