From 0b4ed56772b463f45e4c5a7f42eee772531e3bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:58:17 +0000 Subject: [PATCH] Bump actions/github-script from 3.1.0 to 6.4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-prod-gcr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-prod-gcr.yml b/.github/workflows/deploy-prod-gcr.yml index e47ce96..c646cfa 100644 --- a/.github/workflows/deploy-prod-gcr.yml +++ b/.github/workflows/deploy-prod-gcr.yml @@ -51,7 +51,7 @@ jobs: # Create a GitHub Issue with the info from this build - name: Create GitHub Issue - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.4.1 id: create-issue with: # https://octokit.github.io/rest.js/v18#issues-create @@ -98,7 +98,7 @@ jobs: env_url: https://github.com/orgs/githubschool/packages?repo_name=github-actions-training-jdesulme - name: Update issue success - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.4.1 if: success() with: # https://octokit.github.io/rest.js/v18#issues-create @@ -113,7 +113,7 @@ jobs: }) - name: Update issue failure - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.4.1 if: failure() with: # https://octokit.github.io/rest.js/v18#issues-create