diff --git a/.github/workflows/iOS-dependent-pod-lint.yml b/.github/workflows/iOS-dependent-pod-lint.yml index ee8afac0f..9a6316a3d 100644 --- a/.github/workflows/iOS-dependent-pod-lint.yml +++ b/.github/workflows/iOS-dependent-pod-lint.yml @@ -1,4 +1,5 @@ name: Validate Dependent Podspecs +# This action runs on push and PRs to below specified paths on: push: paths: @@ -14,7 +15,7 @@ jobs: run: working-directory: iOS/Podspecs steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.5.3 - name: Install Dependences run: pod repo update - name: Lint Folly @@ -26,7 +27,7 @@ jobs: run: working-directory: iOS/Podspecs steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.5.3 - name: Install Dependences run: pod repo update - name: Lint Peertalk