Skip to content

Commit

Permalink
build(deps): bump iffy/install-nim from 5.0.2 to 5.0.4
Browse files Browse the repository at this point in the history
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/master/CHANGELOG.md)
- [Commits](iffy/install-nim@dcaa84c...c76b915)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 1c6ce62 commit 7e2f1c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: ./.github/bin/linux-install-musl

- name: Install Nim
uses: iffy/install-nim@dcaa84c8d3feb17cd7cc10bd124d1658888d9c0e
uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9
with:
version: "binary:2.0.0"
env:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Install Nim
uses: iffy/install-nim@dcaa84c8d3feb17cd7cc10bd124d1658888d9c0e
uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9
with:
version: "binary:2.0.0"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ./.github/bin/linux-install-musl

- name: Install Nim
uses: iffy/install-nim@dcaa84c8d3feb17cd7cc10bd124d1658888d9c0e
uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9
with:
version: "binary:2.0.0"
env:
Expand Down

0 comments on commit 7e2f1c1

Please sign in to comment.