Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump iffy/install-nim from 5.0.8 to 5.0.10 #906

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@25e9ede26d630a40bb8ecb9ce75479e281e717bf
uses: iffy/install-nim@36ade90cb7e61ea0dc825e0935c17a8cd8e74384
with:
version: "binary:2.0.8"
env:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Install Nim
uses: iffy/install-nim@25e9ede26d630a40bb8ecb9ce75479e281e717bf
uses: iffy/install-nim@36ade90cb7e61ea0dc825e0935c17a8cd8e74384
with:
version: "binary:2.0.8"
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@25e9ede26d630a40bb8ecb9ce75479e281e717bf
uses: iffy/install-nim@36ade90cb7e61ea0dc825e0935c17a8cd8e74384
with:
version: "binary:2.0.8"
env:
Expand Down
Loading