From 8956b7a80b35d2f9ec8743f6dea6aa1d3c2d083b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:32:19 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.1.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/v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sphinx.yml | 2 +- .github/workflows/yaml.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index f4bd47b..e973a16 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -34,7 +34,7 @@ jobs: uses: "actions/checkout@v4.1.5" - name: "Cache pip" - uses: "actions/cache@v4.0.0" + uses: "actions/cache@v4.1.1" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-sphinx-lint" diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index e8ed289..2af1125 100644 --- a/.github/workflows/yaml.yml +++ b/.github/workflows/yaml.yml @@ -40,7 +40,7 @@ jobs: uses: "actions/checkout@v4.1.5" - name: "Cache pip" - uses: "actions/cache@v4.0.0" + uses: "actions/cache@v4.1.1" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-yamllint"