We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b313f commit 98e5b8dCopy full SHA for 98e5b8d
1 file changed
.github/actions/cocoapods/action.yml
@@ -20,7 +20,7 @@ runs:
20
shell: bash
21
- name: Cache /${{ inputs.working-directory }}/${{ inputs.project-directory }}/Pods
22
if: ${{ steps.find-lockfile.outputs.path }}
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: ${{ inputs.working-directory }}/${{ inputs.project-directory }}/Pods
26
key: ${{ runner.os }}-pods-${{ hashFiles(steps.find-lockfile.outputs.path) }}
0 commit comments