diff --git a/.github/workflows/on-dependabot.yml b/.github/workflows/on-dependabot.yml index 6a09f7b..8f83665 100644 --- a/.github/workflows/on-dependabot.yml +++ b/.github/workflows/on-dependabot.yml @@ -11,7 +11,7 @@ jobs: update-manifests: runs-on: ubuntu-latest steps: - - uses: technote-space/auto-cancel-redundant-job@v1 + - uses: technote-space/auto-cancel-redundant-job@v1.7.4 - uses: actions/checkout@v2 with: fetch-depth: 20 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 40345cd..c6a1933 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -6,7 +6,7 @@ jobs: setup: runs-on: ubuntu-latest steps: - - uses: technote-space/auto-cancel-redundant-job@v1 + - uses: technote-space/auto-cancel-redundant-job@v1.7.4 - name: Checkout uses: actions/checkout@v2 - name: Setup Node.js