mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
build(deps): bump mikepenz/release-changelog-builder-action from 5 to 6
Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 5 to 6. - [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases) - [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v5...v6) --- updated-dependencies: - dependency-name: mikepenz/release-changelog-builder-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2783fec7c2
commit
47433c15a4
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -215,7 +215,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "✏️ Generate release changelog"
|
- name: "✏️ Generate release changelog"
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: mikepenz/release-changelog-builder-action@v5
|
uses: mikepenz/release-changelog-builder-action@v6
|
||||||
with:
|
with:
|
||||||
toTag: ${{ github.sha }}
|
toTag: ${{ github.sha }}
|
||||||
configuration: '.github/workflows/changelog.json'
|
configuration: '.github/workflows/changelog.json'
|
||||||
@ -267,7 +267,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "✏️ Generate release changelog"
|
- name: "✏️ Generate release changelog"
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: mikepenz/release-changelog-builder-action@v5
|
uses: mikepenz/release-changelog-builder-action@v6
|
||||||
with:
|
with:
|
||||||
toTag: ${{ github.sha }}
|
toTag: ${{ github.sha }}
|
||||||
configuration: '.github/workflows/changelog.json'
|
configuration: '.github/workflows/changelog.json'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user