Skip to content

Commit 035cb54

Browse files
dependabot[bot]codeart1st
authored andcommitted
chore(deps): bump actions/cache
Bumps the actions group in /.github/actions/post-build-env with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f5c375 commit 035cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/post-build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Cache cargo output (save)
1616
if: inputs.cargo-cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
17-
uses: actions/cache/save@v5.0.4
17+
uses: actions/cache/save@v5.0.5
1818
with:
1919
path: |
2020
~/.cargo/bin/

0 commit comments

Comments
 (0)