Skip to content

Commit

Permalink
Use v3 in CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 17, 2023
1 parent fd3313d commit 1e3a57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediasoup-worker-prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 1e3a57c

Please sign in to comment.