Skip to content

Commit

Permalink
fix(ci): Pinning action versions (#5474)
Browse files Browse the repository at this point in the history
### Description

Seems like `[email protected]` broke our CI. Pinning out version to
`3.6.0`

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Co-authored-by: --global <Nicholas Yang>
  • Loading branch information
NicholasLYang authored Jul 6, 2023
1 parent ab72398 commit 7ee94f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
version: 7.12.1

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ inputs.node-version }}
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v3.6.0
with:
node-version: 18

Expand Down

1 comment on commit 7ee94f5

@vercel
Copy link

@vercel vercel bot commented on 7ee94f5 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.