Skip to content

Commit 8da310b

Browse files
chore(deps): update docker actions (#719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 210e56c commit 8da310b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/__call-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247

248248
- name: Set up Docker Buildx
249249
id: buildx
250-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
250+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
251251

252252
- name: Cache Docker Layers
253253
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
@@ -259,14 +259,14 @@ jobs:
259259
260260
- name: Log in to Docker Hub
261261
if: inputs.publish_release == 'true' # PRs do not have access to secrets
262-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
262+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
263263
with:
264264
username: ${{ inputs.docker_hub_username }}
265265
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
266266

267267
- name: Log in to the Container registry
268268
if: inputs.publish_release == 'true' # PRs do not have access to secrets
269-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
269+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ inputs.gh_bot_name }}

0 commit comments

Comments
 (0)