We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac8ac9e + 0b2b479 commit 593819dCopy full SHA for 593819d
actions/phive/install/action.yaml
@@ -26,7 +26,7 @@ runs:
26
shell: "bash"
27
28
- name: "Cache dependencies installed with phive"
29
- uses: "actions/cache@v4.0.2"
+ uses: "actions/cache@v4.1.0"
30
with:
31
path: "${{ inputs.phive-home }}"
32
key: "phive-${{ hashFiles('**/phars.xml') }}"
0 commit comments