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({