Skip to content

Commit 1144538

Browse files
chore(deps): bump the github-actions-dependencies group with 2 updates
Bumps the github-actions-dependencies group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `softprops/action-gh-release` from 2 to 3 - [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...v3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e85b382 commit 1144538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/assign-github-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Notify of Assignment Failure
5656
if: steps.check_assignee.outputs.can_assign == 'false'
57-
uses: actions/github-script@v8
57+
uses: actions/github-script@v9
5858
with:
5959
github-token: ${{secrets.GITHUB_TOKEN}}
6060
script: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
fi
9898
9999
- name: Create GitHub Release
100-
uses: softprops/action-gh-release@v2
100+
uses: softprops/action-gh-release@v3
101101
with:
102102
tag_name: v${{ env.VERSION }}
103103
target_commitish: ${{ github.ref_name }}

0 commit comments

Comments
 (0)