From b68806a0c8c1fe43fdf41f0d7e5b18180eafd4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 02:33:59 +0000 Subject: [PATCH] Bump dawidd6/action-delete-branch from 3.0.2 to 3.1.0 Bumps [dawidd6/action-delete-branch](https://github.com/dawidd6/action-delete-branch) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/dawidd6/action-delete-branch/releases) - [Commits](https://github.com/dawidd6/action-delete-branch/compare/47743101a121ad657031e6704086271ca81b1911...d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f) --- updated-dependencies: - dependency-name: dawidd6/action-delete-branch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/enterprise-dates.yml | 2 +- .github/workflows/remove-unused-assets.yml | 2 +- .github/workflows/update-graphql-files.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index a6407089d3ce..990f3aef905b 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -80,7 +80,7 @@ jobs: - if: ${{ failure() && env.FREEZE != 'true' }} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: enterprise-server-dates-update diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index f15b2fa7c182..e477bdd70e7f 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -63,7 +63,7 @@ jobs: branch: remove-unused-assets - if: ${{ failure() && env.FREEZE != 'true' }} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: remove-unused-assets diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index 12d7938bfd59..f59c3ea8434c 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -73,7 +73,7 @@ jobs: - if: ${{ failure() && env.FREEZE != 'true'}} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: graphql-schema-update