Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.7 to 3.0.8
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.7...v3.0.8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 22, 2022
1 parent 1772d58 commit 11d079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
with:
submodules: true

- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
with:
path: /tmp/.buildx-cache
key: buildx-${{ github.sha }}
Expand Down

0 comments on commit 11d079f

Please sign in to comment.