From 108c01e750810e0e59222f946a8ec33c13db7021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:43:25 +0200 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.1.2 (#229) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.1.2. - [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.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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..6d87264 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.2" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-sphinx-lint" diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index e8ed289..fdb0256 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.2" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-yamllint"