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:
47
47
# multi-platform images and export cache
48
48
# https://github.com/docker/setup-buildx-action
49
49
- 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
51
51
52
52
# Login against a Docker registry except on PR
53
53
# https://github.com/docker/login-action
54
54
- name : Log into registry ${{ env.REGISTRY }}
55
55
if : github.event_name != 'pull_request'
56
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
56
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
57
57
with :
58
58
registry : ${{ env.REGISTRY }}
59
59
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments