File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 # multi-platform images and export cache
4848 # https://github.com/docker/setup-buildx-action
4949 - name : Set up Docker Buildx
50- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
50+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5151
5252 # Login against a Docker registry except on PR
5353 # https://github.com/docker/login-action
5454 - name : Log into registry ${{ env.REGISTRY }}
5555 if : github.event_name != 'pull_request'
56- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
56+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
5757 with :
5858 registry : ${{ env.REGISTRY }}
5959 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments