diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 96f01f5b..aa8c656f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -159,7 +159,7 @@ jobs: if: ${{ !cancelled() && env.HAS_MERGIFY_TOKEN == 'true' && steps.junit-wrap.outputs.report_exists == 'true' }} env: HAS_MERGIFY_TOKEN: ${{ secrets.MERGIFY_TOKEN != '' }} - uses: mergifyio/gha-mergify-ci@v18 + uses: mergifyio/gha-mergify-ci@v21 with: token: ${{ secrets.MERGIFY_TOKEN }} report_path: /tmp/test-results/rspec.xml