Skip to content

Commit 7165b2d

Browse files
Bump the ci-dependencies group across 1 directory with 2 updates (#3541)
Bumps the ci-dependencies group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [azure/k8s-deploy](https://github.com/azure/k8s-deploy). Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) Updates `azure/k8s-deploy` from 6 to 7 - [Release notes](https://github.com/azure/k8s-deploy/releases) - [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md) - [Commits](Azure/k8s-deploy@v6...v7) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: azure/k8s-deploy dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e30af8a commit 7165b2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v4
3030

3131
- name: Login to Github Container Registry
32-
uses: docker/login-action@v4
32+
uses: docker/login-action@v4.5.2
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}
@@ -75,7 +75,7 @@ jobs:
7575
kubeconfig: ${{ secrets.KUBECONFIG }}
7676

7777
- name: Deploy to Kubernetes
78-
uses: azure/k8s-deploy@v6
78+
uses: azure/k8s-deploy@v7
7979
with:
8080
namespace: bots
8181
manifests: |

0 commit comments

Comments
 (0)