From 11b4281e58fc3945de855432d90d099eba11f70e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:31:32 -0700 Subject: [PATCH] build(deps): update jiro4989/setup-nim-action action to v2 (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f693d5f..7f2ee88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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