summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-11 23:09:48 -0400
committerGitHub <noreply@github.com>2022-08-11 23:09:48 -0400
commit736e386f94c0e86e4b85fbd37a04015a6b1b0f4f (patch)
treecccadd22803014299d4fa8b9e3c0ed6801193632 /.github
parent9478666bd2a130c7446604eadcffde5ba299c69e (diff)
downloadpy-bcrypt-git-736e386f94c0e86e4b85fbd37a04015a6b1b0f4f.tar.gz
Bump actions/cache from 3.0.6 to 3.0.7 (#387)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [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.6...v3.0.7) --- 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>
Diffstat (limited to '.github')
-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 565531a..6c16e6e 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.6
+ - uses: actions/cache@v3.0.7
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.6
+ - uses: actions/cache@v3.0.7
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.6
+ - uses: actions/cache@v3.0.7
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.6
+ - uses: actions/cache@v3.0.7
timeout-minutes: 5
with:
path: |