Skip to content

Commit 4c5b9cb

Browse files
committed
ci: fix docker/login-action reference
1 parent 3c349af commit 4c5b9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262
- name: Log in to GitHub Container Registry
63-
uses: docker/login-action@74a5d142397b4f367a81961aeafbbfed3920c4e0 # v3.4.0
63+
uses: docker/login-action@v3
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)