Skip to content

Commit

Permalink
Update action versions (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Nov 28, 2022
1 parent 4daff17 commit 8e7793b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 8e7793b

Please sign in to comment.