diff --git a/.github/workflows/go-ci-integration.yml b/.github/workflows/go-ci-integration.yml index dfc103e77a9..f040fb9b4aa 100644 --- a/.github/workflows/go-ci-integration.yml +++ b/.github/workflows/go-ci-integration.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - id: skip_check - uses: fkirc/skip-duplicate-actions@v5.0.0 + uses: fkirc/skip-duplicate-actions@v5.3.0 with: cancel_others: false paths_ignore: '["docs/**", "**/**.md", "examples"]'