diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index 66cacba..2c492ec 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -7,7 +7,7 @@ jobs: runs-on: macos-latest if: ${{ startsWith(github.ref, 'refs/heads') }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Lint the podspec if: github.tag == '' run: | @@ -19,7 +19,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 "RFKit.podspec"