Skip to content

Commit a9b851b

Browse files
chore(deps): update docker actions
1 parent d9058b1 commit a9b851b

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@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
250+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
251251

252252
- name: Cache Docker Layers
253253
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
262+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
269+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ inputs.gh_bot_name }}

0 commit comments

Comments
 (0)