Skip to content

Commit cb3cb90

Browse files
chore(deps): bump the all-dependencies group with 2 updates (#140)
Bumps the all-dependencies group with 2 updates: [gittools/actions](https://github.com/gittools/actions) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `gittools/actions` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v4.0.1...v4.1.0) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ef977c commit cb3cb90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
dotnet-version: "9.x"
5050

5151
- name: tools - gitversion - install
52-
uses: gittools/actions/gitversion/setup@v4.0.1
52+
uses: gittools/actions/gitversion/setup@v4.1.0
5353
with:
5454
versionSpec: "6.x"
5555
preferLatestVersion: true
5656

5757
- name: gitversion - execute
5858
id: gitversion
59-
uses: gittools/actions/gitversion/execute@v4.0.1
59+
uses: gittools/actions/gitversion/execute@v4.1.0
6060
with:
6161
configFilePath: GitVersion.yaml
6262

@@ -175,7 +175,7 @@ jobs:
175175
gitVersion_AssemblySemFileVer: ${{ needs.discovery.outputs.gitVersion_AssemblySemFileVer }}
176176
steps:
177177
- name: artifacts - nuget - download
178-
uses: actions/download-artifact@v4
178+
uses: actions/download-artifact@v5
179179
with:
180180
name: artifacts-nuget
181181
path: .artifacts/nuget

0 commit comments

Comments
 (0)