Skip to content

Commit e0b9c08

Browse files
authored
Bump docker/login-action from 3.7.0 to 4.0.0 (#1229)
2 parents 92f6229 + e1ad8c0 commit e0b9c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacthub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
22+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup yq
2525
uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f #v1.0.2
2626
- name: Login to GitHub Container Registry
27-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
27+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #v4.0.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)