diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index aeccaed..d0a4002 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -7,7 +7,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/heads') }} runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Lint the podspec run: | pod lib lint --fail-fast --allow-warnings @@ -18,7 +18,7 @@ jobs: env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Release the podspec run: | pod trunk push "RFAlpha.podspec"