Skip to content

Commit

Permalink
Merge pull request #43 from nim-lang/dependabot/github_actions/iffy/i…
Browse files Browse the repository at this point in the history
…nstall-nim-5

Bump iffy/install-nim from 3 to 5
  • Loading branch information
ringabout authored Mar 5, 2024
2 parents 7ace9f0 + 9218303 commit c9aa6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ref: "gh-pages"
- name: "install_nim"
id: install_nim
uses: iffy/install-nim@v3
uses: iffy/install-nim@v5
- name: Set CI config github
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
- uses: iffy/install-nim@v5
- run: nimble install -y
- run: nimble test
- run: nimble test --gc:arc
Expand Down

0 comments on commit c9aa6bc

Please sign in to comment.