Skip to content

Commit

Permalink
js - Bump actions/- [email protected], [email protected] & `nic…
Browse files Browse the repository at this point in the history
…k-fields/[email protected]` (#4872)

Summary:
This diff bumps `actions/[email protected]`, `actions/[email protected]`, and `nick-fields/[email protected]`

### Ref.:
- `actions/[email protected]` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3
- `actions/[email protected]` changelog: https://github.com/actions/setup-node/releases/tag/v3.6.0
- `nick-fields/[email protected]` changelog: https://github.com/nick-fields/retry/releases/tag/v2.8.3

## Changelog:

[GENERAL] [SECURITY] - [Actions] `js` - Bump `actions/`- `[email protected]`, `[email protected]`, & `nick-fields/[email protected]`

Pull Request resolved: #4872

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

Reviewed By: ivanmisuno

Differential Revision: D47090375

Pulled By: passy

fbshipit-source-id: 8e3852620dc9439e9d26e26daa87c7cb2cc258d0
  • Loading branch information
Pranav-yadav authored and facebook-github-bot committed Jun 28, 2023
1 parent 985f7d1 commit 65e515b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: js-flipper

# This action runs on 'git push' and PRs
on: [push, pull_request]

jobs:
Expand All @@ -9,12 +9,12 @@ jobs:
working-directory: js/js-flipper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
- name: yarn install (with retry)
uses: nick-invision/retry@v2.6.0
uses: nick-fields/retry@v2.8.3
with:
command: cd js/js-flipper && yarn
timeout_minutes: 30
Expand All @@ -30,12 +30,12 @@ jobs:
working-directory: js/react-flipper-example
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
- name: js-flipper - yarn install (with retry)
uses: nick-invision/retry@v2.6.0
uses: nick-fields/retry@v2.8.3
with:
command: cd js/js-flipper && yarn
timeout_minutes: 30
Expand All @@ -44,7 +44,7 @@ jobs:
run: yarn build
working-directory: js/js-flipper
- name: yarn install (with retry)
uses: nick-invision/retry@v2.6.0
uses: nick-fields/retry@v2.8.3
with:
command: cd js/react-flipper-example && yarn
timeout_minutes: 30
Expand Down

0 comments on commit 65e515b

Please sign in to comment.