Skip to content

Commit b59d2cf

Browse files
chore(deps): bump the github-actions group with 4 updates (#43)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b73da56 commit b59d2cf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
fi
2929
3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v3
31+
uses: docker/setup-buildx-action@v4
3232

3333
- name: Log in to Container Registry
34-
uses: docker/login-action@v3.6.0
34+
uses: docker/login-action@v4.2.0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@v7
4242
with:
4343
context: .
4444
push: true

.github/workflows/helm-install-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818
steps:
1919
- name: Set up Helm
20-
uses: azure/setup-helm@v4.3.1
20+
uses: azure/setup-helm@v5.0.0
2121

2222
- name: Log in to Container Registry
2323
run: |

.github/workflows/helm-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Set up Helm
14-
uses: azure/setup-helm@v4.3.1
14+
uses: azure/setup-helm@v5.0.0
1515

1616
- name: Add Helm dependency repositories
1717
run: |

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Set up Helm
20-
uses: azure/setup-helm@v4.3.1
20+
uses: azure/setup-helm@v5.0.0
2121

2222
- name: Log in to Container Registry
2323
run: |

0 commit comments

Comments
 (0)