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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d95b4dc112
commit
ea50f19655
5
.github/workflows/iOS-dependent-pod-lint.yml
vendored
5
.github/workflows/iOS-dependent-pod-lint.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: Validate Dependent Podspecs
|
name: Validate Dependent Podspecs
|
||||||
|
# This action runs on push and PRs to below specified paths
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@@ -14,7 +15,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: iOS/Podspecs
|
working-directory: iOS/Podspecs
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.5.3
|
||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint Folly
|
- name: Lint Folly
|
||||||
@@ -26,7 +27,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: iOS/Podspecs
|
working-directory: iOS/Podspecs
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.5.3
|
||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint Peertalk
|
- name: Lint Peertalk
|
||||||
|
|||||||
Reference in New Issue
Block a user