diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index f516b29..aeafe10 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: technote-space/auto-cancel-redundant-job@v1 + - uses: technote-space/auto-cancel-redundant-workflow@v1 with: EXCLUDE_MERGED: 'true' - name: Broken Link Check diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9382162..c25e17a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: env: LINT: 1 steps: - - uses: technote-space/auto-cancel-redundant-job@v1 + - uses: technote-space/auto-cancel-redundant-workflow@v1 with: EXCLUDE_MERGED: 'true' - name: Set running flag diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index dee6abe..8669191 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -23,7 +23,7 @@ jobs: if: env.RUNNING1 with: CONFIG_FILENAME: workflow-settings.json - - uses: technote-space/auto-cancel-redundant-job@v1 + - uses: technote-space/auto-cancel-redundant-workflow@v1 if: env.RUNNING1 with: EXCLUDE_MERGED: 'true'