Skip to content

Commit

Permalink
github-actions(deps): bump actions/cache in /actions/phive/install
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent ac8ac9e commit 0b2b479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/phive/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
shell: "bash"

- name: "Cache dependencies installed with phive"
uses: "actions/cache@v4.0.2"
uses: "actions/cache@v4.1.0"
with:
path: "${{ inputs.phive-home }}"
key: "phive-${{ hashFiles('**/phars.xml') }}"
Expand Down

0 comments on commit 0b2b479

Please sign in to comment.