Skip to content

Commit e05b3b2

Browse files
chore(deps): update docker/login-action action to v3.4.0
1 parent 1a500f8 commit e05b3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
attestations: write
146146
steps:
147147
- name: Login ghcr.io
148-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
148+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.actor }}
@@ -226,7 +226,7 @@ jobs:
226226
run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
227227

228228
- name: Login ghcr.io
229-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
229+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
230230
with:
231231
registry: ghcr.io
232232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)