Skip to content

Commit 0aa0c80

Browse files
chore(deps): bump the all-dependencies group with 2 updates
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] <[email protected]>
1 parent e7a1b95 commit 0aa0c80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
dotnet-version: "9.x"
6363

6464
- name: tools - gitversion - install
65-
uses: gittools/actions/gitversion/setup@v4.0.1
65+
uses: gittools/actions/gitversion/setup@v4.1.0
6666
with:
6767
versionSpec: "6.x"
6868
preferLatestVersion: true
6969

7070
- name: gitversion - execute
7171
id: gitversion
72-
uses: gittools/actions/gitversion/execute@v4.0.1
72+
uses: gittools/actions/gitversion/execute@v4.1.0
7373
with:
7474
configFilePath: GitVersion.yaml
7575

@@ -248,13 +248,13 @@ jobs:
248248
steps:
249249

250250
- name: artifacts - helm - download
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v5
252252
with:
253253
name: artifacts-helm-${{env.gitVersion_SemVer}}
254254
path: .artifacts/helm
255255

256256
- name: artifacts - kubectl - download
257-
uses: actions/download-artifact@v4
257+
uses: actions/download-artifact@v5
258258
with:
259259
name: artifacts-kubectl-${{env.gitVersion_SemVer}}
260260
path: .artifacts/kubectl

0 commit comments

Comments
 (0)