Skip to content

Commit c11cf1f

Browse files
dependabot[bot]KBVsent
authored andcommitted
chore(deps): bump the github-actions group with 2 updates (AstrBotDevs#6461)
Bumps the github-actions group with 2 updates: [ncipollo/release-action](https://github.com/ncipollo/release-action) and [actions/github-script](https://github.com/actions/github-script). Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.20.0...v1.21.0) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f5ef54 commit c11cf1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dashboard_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Create GitHub Release
4747
if: github.event_name == 'push'
48-
uses: ncipollo/release-action@v1.20.0
48+
uses: ncipollo/release-action@v1.21.0
4949
with:
5050
tag: release-${{ github.sha }}
5151
owner: AstrBotDevs

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Validate PR title
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1717
with:
1818
script: |
1919
const title = (context.payload.pull_request.title || "").trim();

0 commit comments

Comments
 (0)