Skip to content

Commit ce506fa

Browse files
ci(deps): bump the all-dependencies group with 3 updates
Bumps the all-dependencies group with 3 updates: [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action), [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `cocogitto/cocogitto-action` from 3 to 4 - [Release notes](https://github.com/cocogitto/cocogitto-action/releases) - [Changelog](https://github.com/cocogitto/cocogitto-action/blob/main/CHANGELOG.md) - [Commits](cocogitto/cocogitto-action@v3...v4) Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) Updates `softprops/action-gh-release` from 1 to 2 - [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@v1...v2) --- updated-dependencies: - dependency-name: cocogitto/cocogitto-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b76849b commit ce506fa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
fetch-depth: 0
1111

1212
- name: Conventional commits check
13-
uses: cocogitto/cocogitto-action@v3
13+
uses: cocogitto/cocogitto-action@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Perform release
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313

1414
- name: Cocogitto release
1515
id: release
16-
uses: cocogitto/cocogitto-action@v3
16+
uses: cocogitto/cocogitto-action@v4
1717
with:
1818
release: true
1919

2020
- name: Generate Changelog
2121
run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > CHANGELOG.md
2222

2323
- name: Upload github release
24-
uses: softprops/action-gh-release@v1
24+
uses: softprops/action-gh-release@v2
2525
with:
2626
body_path: CHANGELOG.md
2727
tag_name: ${{ steps.release.outputs.version }}

0 commit comments

Comments
 (0)