Skip to content

Commit

Permalink
iOS-Sample - Bump actions/[email protected] (#4875)
Browse files Browse the repository at this point in the history
Summary:
This diff bumps `actions/[email protected]`

### Ref.:
- `actions/[email protected]` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3

## Changelog:

[GENERAL] [SECURITY] - [Actions] `iOS-Sample` - Bump `actions/[email protected]`

Pull Request resolved: #4875

Test Plan: - Workflow should run and work as usual.

Reviewed By: antonk52

Differential Revision: D47868450

Pulled By: passy

fbshipit-source-id: 8d1a12c8ec2344355d0f091606b4db13c5187263
  • Loading branch information
Pranav-yadav authored and facebook-github-bot committed Jul 28, 2023
1 parent df374d4 commit d95b4dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/iOS-Sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build iOS apps
# This action runs on 'git push' and PRs to below specified paths
on:
push:
paths:
Expand All @@ -21,7 +22,7 @@ jobs:
working-directory: iOS/Sample

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: pod install --repo-update
- name: Build Sample app
Expand All @@ -36,7 +37,7 @@ jobs:
working-directory: iOS/SampleSwift

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: pod install --repo-update
- name: Build SampleSwift app
Expand All @@ -51,7 +52,7 @@ jobs:
working-directory: iOS/Tutorial

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: pod install --repo-update
- name: Build Tutorial app
Expand Down

0 comments on commit d95b4dc

Please sign in to comment.