Skip to content

Commit 2370ed7

Browse files
chore(deps): bump the all-dependencies group with 2 updates (#500)
Bumps the all-dependencies group with 2 updates: [gittools/actions](https://github.com/gittools/actions) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `gittools/actions` from 3.0.0 to 3.2.1 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.0.0...v3.2.1) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa5cc63 commit 2370ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yaml

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

5959
- name: tools - gitversion - install
60-
uses: gittools/actions/gitversion/setup@v3.0.0
60+
uses: gittools/actions/gitversion/setup@v3.2.1
6161
with:
6262
versionSpec: "5.x"
6363
preferLatestVersion: true
6464

6565
- name: gitversion - execute
6666
id: gitversion
67-
uses: gittools/actions/gitversion/execute@v3.0.0
67+
uses: gittools/actions/gitversion/execute@v3.2.1
6868
with:
6969
useConfigFile: true
7070
configFilePath: GitVersion.yaml
@@ -186,7 +186,7 @@ jobs:
186186
run: install -D src/helm/artifacthub-repo.yaml .artifacts/artifacthub/artifacthub-repo.yaml
187187

188188
- name: docker - build and push
189-
uses: docker/build-push-action@v5
189+
uses: docker/build-push-action@v6
190190
with:
191191
context: ${{ env.containerImageBuildContext }}
192192
file: ${{ env.containerImageBuildDockerfile }}

0 commit comments

Comments
 (0)