From 345e2c6949e2b732eafc4d9fad9d221e74f2e0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:02:23 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 4.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.1. - [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/v3.3.1...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-lint.yml | 2 +- .github/workflows/jekyll.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index d509145c2a..0eca72157e 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -11,7 +11,7 @@ jobs: # Important: This sets up your GITHUB_WORKSPACE environment variable - uses: actions/checkout@v3.5.3 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt') }} diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 8e8cef96b2..7676f05b91 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3.5.3 # Use GitHub Actions' cache to shorten build times and decrease load on servers - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.1 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}