Skip to content

Commit

Permalink
[CI] re actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
k2rate committed Aug 31, 2023
1 parent 28e56ef commit 957445b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- windows-latest
- ubuntu-20.04
- macos-latest

runs-on: ${{ matrix.os }}

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

- name: Setup Re
uses: osdeverr/actions-setup-re@v2
uses: osdeverr/actions-setup-re@v3
with:
github-api-token: ${{ secrets.CI_RE_TOKEN }}

Expand Down

0 comments on commit 957445b

Please sign in to comment.