Skip to content

Commit fd06dee

Browse files
chore(deps): bump the dependencies group with 2 updates (#370)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6a9822 commit fd06dee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-k8s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Login to Docker Hub
29-
uses: docker/login-action@v4
29+
uses: docker/login-action@v4.1.0
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build and push
5151
id: build-and-push
52-
uses: docker/build-push-action@v7
52+
uses: docker/build-push-action@v7.1.0
5353
with:
5454
context: .
5555
push: true

0 commit comments

Comments
 (0)