summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 11:47:18 +0800
committerGitHub <noreply@github.com>2022-06-08 11:47:18 +0800
commitd874e6892f884e0f3dea2d1cd29542910b3e30a3 (patch)
treefcfa96baf26105f1a1c2a05b51f104320b7faa85
parentb2e4bb0b4cf526acb5d5dac2efe11c0ce53ef28f (diff)
downloadpy-bcrypt-git-d874e6892f884e0f3dea2d1cd29542910b3e30a3.tar.gz
Bump actions/cache from 3.0.3 to 3.0.4 (#345)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [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.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a53db6a..59abe1e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v3.1.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.0.3
+ - uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
@@ -66,7 +66,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- - uses: actions/cache@v3.0.3
+ - uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
@@ -119,7 +119,7 @@ jobs:
uses: actions/setup-python@v3.1.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.0.3
+ - uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
@@ -156,7 +156,7 @@ jobs:
- uses: actions/checkout@v3.0.2
with:
persist-credentials: false
- - uses: actions/cache@v3.0.3
+ - uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |