Skip to content

Commit

Permalink
publish-npm - Bump actions/- [email protected] & `[email protected]
Browse files Browse the repository at this point in the history
….3` (#4867)

Summary:
This diff bumps `actions/[email protected]` & `actions/[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

## Changelog:

[GENERAL] [SECURITY] - [Actions] `publish-npm` - Bump `actions/`- `[email protected]` & `[email protected]`

Pull Request resolved: #4867

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

Reviewed By: lblasa

Differential Revision: D47829480

Pulled By: passy

fbshipit-source-id: f3ca6d0720f9d0774c65eedde5d3a63630588329
  • Loading branch information
Pranav-yadav authored and facebook-github-bot committed Jul 27, 2023
1 parent 9b70ada commit 1f98226
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish NPM
# This action runs on 'git push tag v*'
on:
push:
tags:
Expand All @@ -13,8 +14,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'
- name: Install
Expand Down

0 comments on commit 1f98226

Please sign in to comment.