Skip to content

Commit

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

github-actions(deps): Bump actions/cache from 4.0.0 to 4.0.1 in /actions/phive/install
  • Loading branch information
ergebnis-bot authored Feb 29, 2024
2 parents d63bfe1 + ec3bdf8 commit b3138e1
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.0"
uses: "actions/cache@v4.0.1"
with:
path: "${{ inputs.phive-home }}"
key: "phive-hashFiles('**/phars.xml')"
Expand Down

0 comments on commit b3138e1

Please sign in to comment.