From f5fea6a3c96d9543485a2d320e8f9ed441e82113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 08:54:26 +0000 Subject: [PATCH] Bump actions/github-script from v3 to v4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ebd805162e..fb7e34f8f4 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -664,7 +664,7 @@ jobs: echo "" >> release-notes.txt - name: Abort if (published) release already exists - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -688,7 +688,7 @@ jobs: } - name: Delete draft release if it already exists - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |