dependabot[bot] f85f4ec64a
Bump actions/checkout from 3 to 4 (#2744)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 20:18:34 +08:00

18 lines
485 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@v3.2.2
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 }}