Skip to content

Commit

Permalink
Merge pull request #207 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/phive/install/actions/cache-4.2.0

github-actions(deps): bump actions/cache from 4.1.2 to 4.2.0 in /actions/phive/install
  • Loading branch information
ergebnis-bot authored Dec 5, 2024
2 parents 0601e25 + 6b52448 commit 6afab08
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.1.2"
uses: "actions/cache@v4.2.0"
with:
path: "${{ inputs.phive-home }}"
key: "phive-${{ hashFiles('**/phars.xml') }}"
Expand Down

0 comments on commit 6afab08

Please sign in to comment.