Skip to content

Commit

Permalink
Bump iffy/install-nim from 3.2.2 to 5.0.2
Browse files Browse the repository at this point in the history
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](iffy/install-nim@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 010e2a2 commit 76c095f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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
Expand Down

0 comments on commit 76c095f

Please sign in to comment.