We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b313742 commit 7aa5a5cCopy full SHA for 7aa5a5c
.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.10.0
+ uses: docker/setup-buildx-action@v3.11.1
74
75
- name: Set up QEMU
76
uses: docker/setup-qemu-action@v3.6.0
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4.2.2
24
25
26
27
28
29
0 commit comments