From c0c48a5d9a5bfd1f809199c32690f29ca3f35b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:05:12 +0000 Subject: [PATCH] Bump jiro4989/setup-nim-action from 1 to 2 in the actions-all group Bumps the actions-all group with 1 update: [jiro4989/setup-nim-action](https://github.com/jiro4989/setup-nim-action). Updates `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 dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/nim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nim.yaml b/.github/workflows/nim.yaml index 8d94254..25747a9 100644 --- a/.github/workflows/nim.yaml +++ b/.github/workflows/nim.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - - uses: jiro4989/setup-nim-action@v1 + - uses: jiro4989/setup-nim-action@v2 with: nim-version: 'stable' repo-token: ${{ secrets.GITHUB_TOKEN }}