diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-13 13:22:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 13:22:56 +0000 |
| commit | de47a2224c2c72f80f8b86b2feb6ae7a2f3fc7d7 (patch) | |
| tree | acb4b46f3cd2168270db4987f24dc76d3a420ce6 | |
| parent | 668b3054e17b9b26041da91092322b659a36cdff (diff) | |
| download | cryptography-de47a2224c2c72f80f8b86b2feb6ae7a2f3fc7d7.tar.gz | |
Bump actions/cache from 3.3.0 to 3.3.1 in /.github/actions/cache (#8512)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
- [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.3.0...v3.3.1)
---
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/actions/cache/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index a40397e76..67e6cd437 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -30,7 +30,7 @@ runs: echo "dir=$(python -m pip cache dir)" >> $GITHUB_OUTPUT fi shell: bash - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 id: cache with: path: | |
