From cd8f4170bb847ba1b458e5d7cda6d573abfbdee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:57:07 +0000 Subject: [PATCH] Bump iffy/install-nim from 5.0.5 to 5.0.6 Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/iffy/install-nim/releases) - [Changelog](https://github.com/iffy/install-nim/blob/master/CHANGELOG.md) - [Commits](https://github.com/iffy/install-nim/compare/v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: iffy/install-nim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 2c2b57c..40a4e13 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -52,7 +52,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: iffy/install-nim@v5.0.5 + - uses: iffy/install-nim@v5.0.6 - name: Build binary run: | nimble install -y @@ -78,7 +78,7 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v4 - - uses: iffy/install-nim@v5.0.5 + - uses: iffy/install-nim@v5.0.6 - name: Build binary run: | git config --global --add safe.directory /__w/choosenim/choosenim