Skip to content

Commit ace3842

Browse files
dependabot[bot]garryod
authored andcommitted
chore(deps): bump the minor group with 2 updates
Bumps the minor group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `docker/build-push-action` from 6.12.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.12.0...v6.13.0) Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25b2404 commit ace3842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_bundler_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@v3.8.0
4444

4545
- name: Build & Publish Image
46-
uses: docker/build-push-action@v6.12.0
46+
uses: docker/build-push-action@v6.13.0
4747
with:
4848
context: bundler/
4949
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}

.github/workflows/_helm_chart_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: azure/setup-helm@v4
1717

1818
- name: Setup chart-testing
19-
uses: helm/chart-testing-action@v2.6.1
19+
uses: helm/chart-testing-action@v2.7.0
2020

2121
- name: Lint
2222
run: >

0 commit comments

Comments
 (0)