Bump iffy/install-nim from 5.1.0 to 5.1.1 (#3109)

Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.1.0 to 5.1.1.
- [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.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: iffy/install-nim
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-19 13:07:33 +02:00 committed by GitHub
parent 762e2ac42b
commit cd4c10e29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- uses: iffy/install-nim@v5.1.0 - uses: iffy/install-nim@v5.1.1
with: with:
version: stable version: stable
- run: ./getmergebase.sh - run: ./getmergebase.sh

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: iffy/install-nim@v5.1.0 - uses: iffy/install-nim@v5.1.1
with: with:
version: stable version: stable
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json - run: nim c -d:ssl -r -d:release package_scanner.nim packages.json