diff --git a/.github/workflows/deploy-prod-gcr.yml b/.github/workflows/deploy-prod-gcr.yml index e47ce96..a190ed2 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.3.3 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.3.3 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.3.3 if: failure() with: # https://octokit.github.io/rest.js/v18#issues-create