From 8ca2e86c18b2516d1884ac1e115f37b19ff08f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:13:45 -0500 Subject: [PATCH] Update actions/github-script requirement to v4.0.2 (#1472) Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/commits/a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-PROD.yml | 4 ++-- .github/workflows/deploy-RELEASE.yml | 2 +- .github/workflows/stale.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 94165518..fa19673f 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -103,7 +103,7 @@ jobs: ####################################################### - name: Create GitHub Issue for failure if: failure() - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v4.0.2 id: create-issue with: # https://octokit.github.io/rest.js/v18#issues-create @@ -122,7 +122,7 @@ jobs: # Assign admins on failure # ############################ - name: Assign Admins on failure - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v4.0.2 if: failure() with: # https://octokit.github.io/rest.js/v18#issues-create diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index f6c27f02..a9cfb9df 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -51,7 +51,7 @@ jobs: # Create a GitHub Issue with the info from this build # ####################################################### - name: Update GitHub Issue - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v4.0.2 id: update-issue with: # https://octokit.github.io/rest.js/v18#issues-create diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2168028c..c597dfc2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -50,7 +50,7 @@ jobs: if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'" steps: - name: Mark issue not stale - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.2 with: script: | github.issues.removeLabel({