From a70fef66b16100200ca4d5d286017ff85fefdf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:20:32 +0000 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.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.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 cadfb9f..7d5c404 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -34,7 +34,7 @@ jobs: uses: "actions/checkout@v3.6.0" - name: "Cache pip" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-sphinx-lint" diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index 69036be..46da9d1 100644 --- a/.github/workflows/yaml.yml +++ b/.github/workflows/yaml.yml @@ -40,7 +40,7 @@ jobs: uses: "actions/checkout@v3.6.0" - name: "Cache pip" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: "~/.cache/pip" key: "${{ runner.os }}-pip-yamllint"