From 645302187d2bf8f542f5ba8d715be8e77002e6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 06:08:31 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/documentation_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/packages_lint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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