We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 957a75a + 498b6d4 commit afb066bCopy full SHA for afb066b
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.2.0"
+ uses: "actions/cache@v4.2.1"
30
with:
31
path: "${{ inputs.phive-home }}"
32
key: "phive-${{ hashFiles('**/phars.xml') }}"
0 commit comments