Skip to content

Commit 593819d

Browse files
authored
Merge pull request #202 from ergebnis/dependabot/github_actions/actions/phive/install/actions/cache-4.1.0
github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0 in /actions/phive/install
2 parents ac8ac9e + 0b2b479 commit 593819d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/phive/install/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
shell: "bash"
2727

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

0 commit comments

Comments
 (0)