Skip to content

Commit

Permalink
chore(deps): bump the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group in /.github/actions/post-build-env with 1 update: [actions/cache](https://github.com/actions/cache).

- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 57e5cf1 commit c624904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/post-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- name: Cache cargo output (save)
if: inputs.cargo-cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
uses: actions/cache/save@v3.3.1
uses: actions/cache/save@v3.3.2
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit c624904

Please sign in to comment.