Skip to content

Commit 61aa51d

Browse files
Bump iffy/install-nim from 5.0.9 to 5.0.10 (#2984)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.9 to 5.0.10. - [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.9...v5.0.10) --- 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>
1 parent 195a9d5 commit 61aa51d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
fetch-depth: 0
1010
ref: ${{ github.event.pull_request.head.sha }}
11-
- uses: iffy/[email protected].9
11+
- uses: iffy/[email protected].10
1212
with:
1313
version: stable
1414
- run: ./getmergebase.sh

.github/workflows/testpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: iffy/[email protected].9
8+
- uses: iffy/[email protected].10
99
with:
1010
version: stable
1111
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json

0 commit comments

Comments
 (0)