From a0d78d259bdc603bee9aa2d65e3507526cadd8bf Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:07:49 +0800 Subject: [PATCH] update to setup-nim-action@v2 (#24297) --- .github/workflows/bisects.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bisects.yml b/.github/workflows/bisects.yml index 4a6a92f018..db1c1f5bf9 100644 --- a/.github/workflows/bisects.yml +++ b/.github/workflows/bisects.yml @@ -17,9 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jiro4989/setup-nim-action@v1 + - uses: jiro4989/setup-nim-action@v2 with: - nim-version: 'devel' + nim-version: devel + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: juancarlospaco/nimrun-action@nim if: |