summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-10 12:10:04 +0800
committerGitHub <noreply@github.com>2023-03-10 12:10:04 +0800
commit20d36a8f51ae1262f37a81095d90459dfaf73ce3 (patch)
treea8978f5457bf60dd81fb24de218ca95b2de1e346
parentcbbe36500299ab250c6f8aec82f189b7aaf1b9cb (diff)
downloadpy-bcrypt-git-20d36a8f51ae1262f37a81095d90459dfaf73ce3.tar.gz
Bump actions/cache from 3.2.6 to 3.3.0 (#512)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.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.2.6...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 295b07d..ed27304 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.0
timeout-minutes: 5
with:
path: |
@@ -60,7 +60,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.0
timeout-minutes: 5
with:
path: |
@@ -106,7 +106,7 @@ jobs:
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.0
timeout-minutes: 5
with:
path: |
@@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.0
timeout-minutes: 5
with:
path: |