diff options
| author | Renovate Bot <[email protected]> | 2021-05-10 06:08:56 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-10 06:08:56 +0000 |
| commit | c0f6561aa43f5d2c4e2be2edf270221ef256062f (patch) | |
| tree | d63864d8b3f672d0e9d8997810cc42dcfa07449e | |
| parent | Merge pull request #1 from Whirlsplash/renovate/configure (diff) | |
| download | site-c0f6561aa43f5d2c4e2be2edf270221ef256062f.tar.xz site-c0f6561aa43f5d2c4e2be2edf270221ef256062f.zip | |
chore(deps): update styfle/cancel-workflow-action action to v0.9.0
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 48cfefc..ab44ad1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs 🚫 - uses: styfle/[email protected] + uses: styfle/[email protected] with: access_token: ${{ github.token }} |