Skip to content

Commit 7311925

Browse files
authored
Merge pull request #207 from hal/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 688400c + b0e088b commit 7311925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache-dependency-path: console/package-lock.json
3939
- name: Login to Quay.io
4040
id: login-to-quay-io
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: quay.io
4444
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)