diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a38d83..cdfd1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' @@ -49,3 +49,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} timeout-seconds: 300 + ignore-checks: '^renovate/stability-days$'