Skip to content

Commit d533896

Browse files
chore(deps): update actions/cache action to v5
1 parent 681c1aa commit d533896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cocoapods/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
shell: bash
2121
- name: Cache /${{ inputs.working-directory }}/${{ inputs.project-directory }}/Pods
2222
if: ${{ steps.find-lockfile.outputs.path }}
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ${{ inputs.working-directory }}/${{ inputs.project-directory }}/Pods
2626
key: ${{ runner.os }}-pods-${{ hashFiles(steps.find-lockfile.outputs.path) }}

0 commit comments

Comments
 (0)