Skip to content

Commit 3f416c7

Browse files
chore(deps): update github actions versions
1 parent 95ca535 commit 3f416c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/call_build_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
- id: qemu
7777
name: Set up QEMU
7878
if: contains(inputs.platforms, 'linux/arm')
79-
uses: docker/setup-qemu-action@v3.0.0
79+
uses: docker/setup-qemu-action@v3.2.0
8080

8181
- id: buildx
8282
name: Set up Docker Buildx
83-
uses: docker/setup-buildx-action@v3.3.0
83+
uses: docker/setup-buildx-action@v3.7.0
8484

8585
- name: Login to DockerHub
8686
if: inputs.pushit
87-
uses: docker/login-action@v3.2.0
87+
uses: docker/login-action@v3.3.0
8888
with:
8989
username: ${{ secrets.dckr_username }}
9090
password: ${{ secrets.dckr_token }}

.github/workflows/call_pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- id: buildx
3838
name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@v3.3.0
39+
uses: docker/setup-buildx-action@v3.7.0
4040

4141
- id: docker_pr_build
4242
name: PR Build

0 commit comments

Comments
 (0)