From d3160b93fcc480249e03b2624345e385cf52a6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:28:21 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.0. - [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.0) --- 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..41e7e4c9ad 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.0 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..ff937c2576 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.0 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}