From 9b2f4d273cfb003691ee84f82dfccfbbce981f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:07:06 +0000 Subject: [PATCH] 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/foreman_plugin.yml | 2 +- .github/workflows/foreman_plugin_js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/foreman_plugin.yml b/.github/workflows/foreman_plugin.yml index c807358..e13a5cc 100644 --- a/.github/workflows/foreman_plugin.yml +++ b/.github/workflows/foreman_plugin.yml @@ -147,7 +147,7 @@ jobs: node-version: ${{ matrix.node }} - name: Setup NPM Cache if: ${{ hashFiles(format('{0}/package.json', inputs.plugin), format('{0}/test/integration/**', inputs.plugin)) != '' && !contains(matrix.task, 'seed') }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package.json') }} diff --git a/.github/workflows/foreman_plugin_js.yml b/.github/workflows/foreman_plugin_js.yml index 1560459..17e71fe 100644 --- a/.github/workflows/foreman_plugin_js.yml +++ b/.github/workflows/foreman_plugin_js.yml @@ -114,7 +114,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Setup NPM Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package.json') }}