From 5d290bc86184544ed9311f8c21d24aa45b03cecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:30:08 +0000 Subject: [PATCH] Bump jiro4989/setup-nim-action from 1 to 2 Bumps [jiro4989/setup-nim-action](https://github.com/jiro4989/setup-nim-action) from 1 to 2. - [Release notes](https://github.com/jiro4989/setup-nim-action/releases) - [Commits](https://github.com/jiro4989/setup-nim-action/compare/v1...v2) --- updated-dependencies: - dependency-name: jiro4989/setup-nim-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaa0189..b90b0e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jiro4989/setup-nim-action@v1 + - uses: jiro4989/setup-nim-action@v2 - run: | cd tools nimble test -Y