Skip to content

Commit

Permalink
Bump iffy/install-nim from 5.0.6 to 5.0.8 (#2943)
Browse files Browse the repository at this point in the history
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.6 to 5.0.8.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/master/CHANGELOG.md)
- [Commits](iffy/install-nim@v5.0.6...v5.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent b5950a1 commit aa09a75
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/[email protected].6
- uses: iffy/[email protected].8
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@v4
- uses: iffy/[email protected].6
- uses: iffy/[email protected].8
with:
version: stable
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json
Expand Down

0 comments on commit aa09a75

Please sign in to comment.