mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
Bump iffy/install-nim from 3.2.2 to 5.0.2 (#2743)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 3.2.2 to 5.0.2. - [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/v3.2.2...v5.0.2) --- updated-dependencies: - dependency-name: iffy/install-nim 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>
This commit is contained in:
parent
f85f4ec64a
commit
0e7b1a85b6
2
.github/workflows/testpr.yml
vendored
2
.github/workflows/testpr.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- uses: iffy/install-nim@v3.2.2
|
||||
- uses: iffy/install-nim@v5.0.2
|
||||
with:
|
||||
version: stable
|
||||
- run: ./getmergebase.sh
|
||||
|
||||
2
.github/workflows/testpush.yml
vendored
2
.github/workflows/testpush.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: iffy/install-nim@v3.2.2
|
||||
- uses: iffy/install-nim@v5.0.2
|
||||
with:
|
||||
version: stable
|
||||
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user