diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 5d13fdc..62d27fb 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: CocoaPods Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: "Pods" key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}