From 20899cfc37098ef4c08ec908a308e56e88279327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 19:06:57 +0000 Subject: [PATCH] Bump actions/cache from 3.0.9 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11. - [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.0.9...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index dd1f4ecc..c7e42faa 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -56,7 +56,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 env: cache-name: pip-reg with: @@ -64,7 +64,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 with: key: ${{ github.ref }} path: .cache \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fea73df..d2473b1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} - name: Cache pip files - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 env: cache-name: pip-reg with: @@ -59,7 +59,7 @@ jobs: key: pip-reg - name: Cache Mkdocs files - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 with: key: ${{ github.ref }} path: .cache \ No newline at end of file