From f9ece348b4e2e939dec4fe0cb85ce26c6f163408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:26:26 +0000 Subject: [PATCH] .github: 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/30f0791ad143c1816488f54edb35aad26a66f422...2546aaf825947f6bf76be75ff78d74176992e99d) --- 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 a8f6c418..175a1a92 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@30f0791ad143c1816488f54edb35aad26a66f422 + uses: iffy/install-nim@2546aaf825947f6bf76be75ff78d74176992e99d with: version: "binary:${{ matrix.nim }}" env: diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 1bea34fd..699f2a05 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@30f0791ad143c1816488f54edb35aad26a66f422 + uses: iffy/install-nim@2546aaf825947f6bf76be75ff78d74176992e99d with: version: "binary:${{ env.NIM_VERSION }}" env: