Skip to content

Commit

Permalink
Bump iffy/install-nim from 5.0.8 to 5.0.9
Browse files Browse the repository at this point in the history
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.8 to 5.0.9.
- [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.8...v5.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 42d877f commit 84837d7
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].8
- uses: iffy/[email protected].9
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].8
- uses: iffy/[email protected].9
with:
version: stable
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json
Expand Down

0 comments on commit 84837d7

Please sign in to comment.