Skip to content

Commit 3ee85a7

Browse files
Bump the actions-minor group with 2 updates (#152)
Bumps the actions-minor group with 2 updates: [gittools/actions](https://github.com/gittools/actions) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `gittools/actions` from 4.3.2 to 4.4.1 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.3.2...v4.4.1) 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) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 656578b commit 3ee85a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Install GitVersion
47-
uses: gittools/actions/gitversion/setup@v4.3.2
47+
uses: gittools/actions/gitversion/setup@v4.4.1
4848
with:
4949
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/execute@v4.3.2
53+
uses: gittools/actions/gitversion/execute@v4.4.1
5454

5555
- name: Create Release (tag)
56-
uses: ncipollo/release-action@v1.20.0
56+
uses: ncipollo/release-action@v1.21.0
5757
with:
5858
allowUpdates: false
5959
skipIfReleaseExists: true
@@ -66,7 +66,7 @@ jobs:
6666
Release ${{ steps.gitversion.outputs.semVer }} of ${{ github.event.repository.name }}
6767

6868
- name: Create Release (latest)
69-
uses: ncipollo/release-action@v1.20.0
69+
uses: ncipollo/release-action@v1.21.0
7070
with:
7171
allowUpdates: true
7272
skipIfReleaseExists: false

0 commit comments

Comments
 (0)