Skip to content

Commit cbd6ae2

Browse files
Renovate: Update docker/login-action action to v4
1 parent 2a79600 commit cbd6ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check out code
2020
uses: actions/checkout@v6
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
registry: ghcr.io

0 commit comments

Comments
 (0)