Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7.0.1 (#3785)
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 21, 2023
1 parent 8072c55 commit 5001a6b
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
id: get_run_numbers
env:
HEAD_REF: ${{github.event.pull_request.head.ref}}
Expand Down

0 comments on commit 5001a6b

Please sign in to comment.