Skip to content

Commit

Permalink
build(deps): update jiro4989/setup-nim-action action to v2 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent c995568 commit 11b4281
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 @@ -12,7 +12,7 @@ jobs:
- name: Checkout git repository
uses: actions/checkout@v4
- name: Setup Nim
uses: jiro4989/setup-nim-action@v1
uses: jiro4989/setup-nim-action@v2
with:
nim-version: '1.4.2'
- name: Build
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install dependencies with Yarn
run: yarn install --immutable
- name: Setup Nim
uses: jiro4989/setup-nim-action@v1
uses: jiro4989/setup-nim-action@v2
with:
nim-version: '1.4.2'
- name: Install C build toolchain
Expand Down

0 comments on commit 11b4281

Please sign in to comment.