Skip to content

Commit

Permalink
chore: update setup-nim-action@v2 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jul 15, 2024
1 parent a9d6e32 commit 10111b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nimalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: stable
repo-token: ${{ secrets.GITHUB_TOKEN }}
parent-nim-install-directory: ${{ runner.temp }}

- name: Install nimalyzer
run: |
Expand Down

0 comments on commit 10111b1

Please sign in to comment.