From 7b9ae80820f873b5f3480e158ff9da6bd3a52f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 23:16:39 -0400 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.0.9 (#429) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9. - [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.8...v3.0.9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ad9b88..d421327a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v4.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.9 timeout-minutes: 5 with: path: | @@ -60,7 +60,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.9 timeout-minutes: 5 with: path: | @@ -106,7 +106,7 @@ jobs: uses: actions/setup-python@v4.2.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.9 timeout-minutes: 5 with: path: | @@ -140,7 +140,7 @@ jobs: - uses: actions/checkout@v3.0.2 with: persist-credentials: false - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.9 timeout-minutes: 5 with: path: |