From ea50f19655fb812d617e6a55472928e3a86d1853 Mon Sep 17 00:00:00 2001 From: Pranav Yadav Date: Fri, 28 Jul 2023 11:26:34 -0700 Subject: [PATCH] `iOS-dependent-pod-lint` - Bump `actions/checkout@v3.5.3` (#4876) Summary: This diff bumps `actions/checkout@v3.5.3` ### Ref.: - `actions/checkout@v3.5.3` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3 ## Changelog: [GENERAL] [SECURITY] - [Actions] `iOS-dependent-pod-lint` - Bump `actions/checkout@v3.5.3` Pull Request resolved: https://github.com/facebook/flipper/pull/4876 Test Plan: - Workflow should run and work as usual. Reviewed By: antonk52 Differential Revision: D47868449 Pulled By: passy fbshipit-source-id: 31eae8adbc0e169e9f154618c20f1b2478483a51 --- .github/workflows/iOS-dependent-pod-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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