dependabot[bot] aa2c6297f7
Bump iffy/install-nim from 5.0.10 to 5.0.12 (#3075)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.10 to 5.0.12.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/v5.0.12/CHANGELOG.md)
- [Commits](https://github.com/iffy/install-nim/compare/v5.0.10...v5.0.12)

---
updated-dependencies:
- dependency-name: iffy/install-nim
  dependency-version: 5.0.12
  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>
2025-07-15 20:47:51 +08:00

18 lines
486 B
YAML

on: pull_request
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: iffy/install-nim@v5.0.12
with:
version: stable
- run: ./getmergebase.sh
- run: nim r -d:ssl -d:release package_scanner.nim packages.json --old=packages_old.json --check-urls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}