Skip to content

Commit

Permalink
Update actions/setup-node action to v4 (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Dec 7, 2023
1 parent 2988235 commit a11a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: '18'
- name: Install our tools
Expand Down

0 comments on commit a11a838

Please sign in to comment.