Skip to content

Commit cbd0747

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/call_build_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- id: docker_metadata
5151
name: Prepare Docker Metadata
52-
uses: docker/metadata-action@v5.5.1
52+
uses: docker/metadata-action@v5.6.1
5353
with:
5454
labels: |
5555
maintainer=${{ github.repository_owner }}
@@ -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.4.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.9.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.9.0
4040

4141
- id: docker_pr_build
4242
name: PR Build

.github/workflows/ztest_call_metadata.yml

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

8989
- id: docker_metadata
9090
name: Prepare Docker Metadata
91-
uses: docker/metadata-action@v5.5.1
91+
uses: docker/metadata-action@v5.6.1
9292
with:
9393
labels: |
9494
maintainer=${{ github.repository_owner }}

0 commit comments

Comments
 (0)