Skip to content

Commit 1c30c8c

Browse files
build(deps): bump the updates group with 2 updates (#4095)
1 parent 802dc47 commit 1c30c8c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-22.04
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@v6.0.2
107+
uses: actions/checkout@v6.0.3
108108
with:
109109
# for build-files step
110110
fetch-depth: 0
@@ -144,7 +144,7 @@ jobs:
144144
uses: docker/setup-buildx-action@v4.1.0
145145

146146
- name: Set up QEMU
147-
uses: docker/setup-qemu-action@v4.0.0
147+
uses: docker/setup-qemu-action@v4.1.0
148148

149149
- name: Build for test
150150
uses: docker/build-push-action@v7.2.0

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-22.04
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v6.0.2
56+
uses: actions/checkout@v6.0.3
5757
with:
5858
# for build-files step
5959
fetch-depth: 0

0 commit comments

Comments
 (0)