We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882f5e commit a7098e6Copy full SHA for a7098e6
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
latest=${{ matrix.variant == env.MAIN_VARIANT && github.ref_name == github.event.repository.default_branch }}
71
72
- name: Setup Docker Buildx
73
- uses: docker/setup-buildx-action@v3.11.1
+ uses: docker/setup-buildx-action@v3.12.0
74
75
- name: Set up QEMU
76
uses: docker/setup-qemu-action@v3.7.0
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v6.0.1
24
25
26
27
28
29
0 commit comments