Skip to content

Commit

Permalink
[πŸ”₯AUDITπŸ”₯] Update to latest gerald-pr action (#86)
Browse files Browse the repository at this point in the history
πŸ– _This is an audit!_ πŸ–

## Summary:
This updates our PR workflow. We don't need to tag a new release for this, just closing the loop on the Node 20 update to get rid of Node 16 deprecation.

Issue: FEI-5484

## Test plan:
See that the workflow no longer shows a Node 16 deprecation notice.

Author: somewhatabstract

Auditors: #frontend-infra-web, #github-actions

Required Reviewers:

Approved By:

Checks: βœ… gerald, βœ… autofix, βœ… build_index, βœ… lint_and_unit

Pull Request URL: #86
  • Loading branch information
somewhatabstract committed Apr 5, 2024
1 parent a4ae1a3 commit b2f266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerald-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.event.action != 'edited' || github.event.changes.base != null
runs-on: ubuntu-latest
steps:
- uses: Khan/actions@gerald-pr-v2
- uses: Khan/actions@gerald-pr-v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}

0 comments on commit b2f266e

Please sign in to comment.