Skip to content

Commit aaee4f1

Browse files
ci(github-action): update action docker/login-action (v4.1.0 → v4.2.0)
1 parent a169794 commit aaee4f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/app-builder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
app: ${{ inputs.app }}
100100

101101
- name: Login to GitHub Container Registry
102-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
102+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}
@@ -181,7 +181,7 @@ jobs:
181181
merge-multiple: true
182182

183183
- name: Login to GitHub Container Registry
184-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
184+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
185185
with:
186186
registry: ghcr.io
187187
username: ${{ github.actor }}
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: ubuntu-latest
213213
steps:
214214
- name: Login to GitHub Container Registry
215-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
215+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
216216
with:
217217
registry: ghcr.io
218218
username: ${{ github.actor }}

0 commit comments

Comments
 (0)