We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681c1aa commit d533896Copy full SHA for d533896
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