summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 10:09:42 +0700
committerGitHub <noreply@github.com>2022-12-28 10:09:42 +0700
commit347f3c301775ce8ed0db81a8c7271d1ccbdfb511 (patch)
treebbd608bc2637fc99835d3f9a5e28fc73478a58bc
parent1f320f8089810052b52406432308b6cf95ee94ee (diff)
downloadpy-bcrypt-git-347f3c301775ce8ed0db81a8c7271d1ccbdfb511.tar.gz
Bump actions/cache from 3.2.1 to 3.2.2 (#480)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [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.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 767980c..bc1ee9c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v4.4.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.2.1
+ - uses: actions/cache@v3.2.2
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.1
+ - uses: actions/cache@v3.2.2
timeout-minutes: 5
with:
path: |
@@ -106,7 +106,7 @@ jobs:
uses: actions/setup-python@v4.4.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- - uses: actions/cache@v3.2.1
+ - uses: actions/cache@v3.2.2
timeout-minutes: 5
with:
path: |
@@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.1
+ - uses: actions/cache@v3.2.2
timeout-minutes: 5
with:
path: |