From 9ebfb828450369b88cc4b1fd79f1b0aa62d5fa92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:46:23 +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 72d0a7dc9498..f93d6e3d8c18 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -70,7 +70,7 @@ jobs: - if: ${{ failure() }} 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 0e3fbaa739d5..7bd9ada33e8f 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -61,7 +61,7 @@ jobs: branch: remove-unused-assets - if: ${{ failure() }} 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 0bd453280853..da9ecf33eacd 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -63,7 +63,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