Skip to content

Commit 552f1e3

Browse files
chore(ci)(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [azure/setup-helm](https://github.com/azure/setup-helm). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) Updates `azure/setup-helm` from 4 to 5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a6ddb9 commit 552f1e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
name: Build & push web image to GHCR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- uses: docker/setup-qemu-action@v4
2020
- uses: docker/setup-buildx-action@v4
2121

22-
- uses: docker/login-action@v3
22+
- uses: docker/login-action@v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- id: meta
29-
uses: docker/metadata-action@v5
29+
uses: docker/metadata-action@v6
3030
with:
3131
images: ghcr.io/${{ github.repository_owner }}/openconcho-web
3232
tags: |
@@ -51,9 +51,9 @@ jobs:
5151
needs: [publish]
5252
if: startsWith(github.ref, 'refs/tags/')
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

56-
- uses: azure/setup-helm@v4
56+
- uses: azure/setup-helm@v5
5757

5858
- name: Derive chart version
5959
id: version

0 commit comments

Comments
 (0)