Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#3763)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent d808959 commit 9af59db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fail-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]
- name: Get slack payload
id: get_slack_payload
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
result-encoding: string
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/[email protected]
- uses: actions/github-script@v6.4.1
- uses: actions/github-script@v7.0.0
env:
SHA: ${{github.event.pull_request.head.sha}}
with:
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Get run numbers
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
id: get_run_numbers
env:
HEAD_REF: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove_app_engine_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Get run numbers
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
id: get_run_numbers
env:
HEAD_REF: ${{github.event.pull_request.head.ref}}
Expand Down

0 comments on commit 9af59db

Please sign in to comment.