Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex079 authored Nov 12, 2022
1 parent f927831 commit b76705b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run
run: |
yarn install
Expand All @@ -36,7 +36,7 @@ jobs:
- .tar.bz2
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Deploy ${{matrix.ext}}
uses: ./
with:
Expand Down

0 comments on commit b76705b

Please sign in to comment.