Skip to content

Commit 1e98b2c

Browse files
⬆️ Update docker/login-action action to v4
1 parent e6e279a commit 1e98b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: 🏗 Set up Docker Buildx
5959
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6060
- name: 🏗 Login to GitHub Container Registry
61-
uses: docker/login-action@v3.7.0
61+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)