We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802dc47 commit 1c30c8cCopy full SHA for 1c30c8c
2 files changed
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
runs-on: ubuntu-22.04
105
steps:
106
- name: Checkout
107
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@v6.0.3
108
with:
109
# for build-files step
110
fetch-depth: 0
@@ -144,7 +144,7 @@ jobs:
144
uses: docker/setup-buildx-action@v4.1.0
145
146
- name: Set up QEMU
147
- uses: docker/setup-qemu-action@v4.0.0
+ uses: docker/setup-qemu-action@v4.1.0
148
149
- name: Build for test
150
uses: docker/build-push-action@v7.2.0
.github/workflows/verify-pr.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments