Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6 (super-linter#2465)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2022
1 parent 4dd4d1d commit 720ba12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-Production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
#######################################################
- name: Create GitHub Issue for failure
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' && failure() }}
uses: actions/github-script@v5
uses: actions/github-script@v6
id: create-issue
with:
# https://octokit.github.io/rest.js/v18#issues-create
Expand All @@ -281,7 +281,7 @@ jobs:
# Deploy was failure, alert admins #
####################################
- name: Assign Admins on failure
uses: actions/github-script@v5
uses: actions/github-script@v6
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' && failure() }}
with:
# https://octokit.github.io/rest.js/v18#issues-create
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
#######################################################
- name: Create GitHub Issue for failure
if: failure()
uses: actions/github-script@v5
uses: actions/github-script@v6
id: create-issue
with:
# https://octokit.github.io/rest.js/v18#issues-create
Expand All @@ -169,7 +169,7 @@ jobs:
# Assign admins on failure #
############################
- name: Assign Admins on failure
uses: actions/github-script@v5
uses: actions/github-script@v6
if: failure()
with:
# https://octokit.github.io/rest.js/v18#issues-create
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Mark issue not stale
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
github.rest.issues.removeLabel({
Expand Down

0 comments on commit 720ba12

Please sign in to comment.