Skip to content

Commit 84f0bb1

Browse files
build(deps): Bump the all-actions group with 2 updates (#1037)
Bumps the all-actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/github-script](https://github.com/actions/github-script). Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.6.1...v3.0.0) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76702d8 commit 84f0bb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696

9797
- name: Create and Upload Release
98-
uses: softprops/action-gh-release@v2.6.1
98+
uses: softprops/action-gh-release@v3.0.0
9999
with:
100100
tag_name: nightly-${{ env.version }}
101101
name: Nightly Release ${{ env.version }}

.github/workflows/thank-you-issue_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
comment:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v8.0.0
13+
- uses: actions/github-script@v9.0.0
1414
with:
1515
github-token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1616
script: |

0 commit comments

Comments
 (0)