Skip to content

Commit 29d9b9a

Browse files
Update docker/login-action action to v4
1 parent 02ba4c3 commit 29d9b9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/load-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
3535
- name: Log in to GitHub Container Registry
3636
if: inputs.use-artifact == 'false'
37-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
37+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ jobs:
964964

965965
- name: Log in to GitHub Container Registry
966966
if: steps.strategy.outputs.should-push == 'true'
967-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
967+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
968968
with:
969969
registry: ghcr.io
970970
username: ${{ github.actor }}
@@ -1198,7 +1198,7 @@ jobs:
11981198
11991199
- name: Log in to GitHub Container Registry
12001200
if: steps.strategy.outputs.should-push == 'true'
1201-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
1201+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
12021202
with:
12031203
registry: ghcr.io
12041204
username: ${{ github.actor }}

.github/workflows/publish-tb-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
2828

2929
- name: Login to GHCR
30-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
30+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)