From 10111b18457423e22582d362745b0eae216fb4e4 Mon Sep 17 00:00:00 2001 From: vil02 Date: Mon, 15 Jul 2024 17:49:27 +0200 Subject: [PATCH] chore: update `setup-nim-action@v2` to `v2` --- .github/workflows/nimalyzer.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nimalyzer.yml b/.github/workflows/nimalyzer.yml index d30b2238..fea31030 100644 --- a/.github/workflows/nimalyzer.yml +++ b/.github/workflows/nimalyzer.yml @@ -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: |