Skip to content

Commit 3bc5e7f

Browse files
Bump the minor group across 1 directory with 3 updates
Bumps the minor group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) Updates `docker/metadata-action` from 5.8.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.8.0...v5.10.0) Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e2ba0a commit 3bc5e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585

8686
- name: Log in to GitHub Docker Registry
8787
if: github.event_name != 'pull_request'
88-
uses: docker/login-action@v3.5.0
88+
uses: docker/login-action@v3.6.0
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}
9292
password: ${{ secrets.GITHUB_TOKEN }}
9393

9494
- name: Docker Metadata
9595
id: meta
96-
uses: docker/metadata-action@v5.8.0
96+
uses: docker/metadata-action@v5.10.0
9797
with:
9898
images: ${{ env.IMAGE_REPOSITORY }}
9999
tags: |

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323

2424
- name: Setup chart-testing
25-
uses: helm/chart-testing-action@v2.7.0
25+
uses: helm/chart-testing-action@v2.8.0
2626

2727
- name: Install chart dependencies
2828
run: helm repo add bitnami https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)