mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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>
This commit is contained in:
parent
668b3054e1
commit
de47a2224c
1 changed files with 1 additions and 1 deletions
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue