From 454bef2808f5f19d8cecc792c00901c554b53b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:48:10 +0000 Subject: [PATCH] .github: Bump iffy/install-nim from 5.0.4 to 5.0.5 Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.4 to 5.0.5. - [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/c76b9157e544576bf61c932ee66ff3c7d194deb9...30f0791ad143c1816488f54edb35aad26a66f422) --- updated-dependencies: - dependency-name: iffy/install-nim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/exercises.yml | 2 +- .github/workflows/uuids.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 33e4da85..a8f6c418 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -38,7 +38,7 @@ jobs: - name: Install Nim (non-devel) if: matrix.nim != 'devel' - uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9 + uses: iffy/install-nim@30f0791ad143c1816488f54edb35aad26a66f422 with: version: "binary:${{ matrix.nim }}" env: diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 56163ceb..1bea34fd 100644 --- a/.github/workflows/uuids.yml +++ b/.github/workflows/uuids.yml @@ -24,7 +24,7 @@ jobs: - name: Install Nim if: steps.cache-uuids.outputs.cache-hit != 'true' - uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9 + uses: iffy/install-nim@30f0791ad143c1816488f54edb35aad26a66f422 with: version: "binary:${{ env.NIM_VERSION }}" env: