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.
2 parents 6b92f2b + cec8430 commit 9c8ae00Copy full SHA for 9c8ae00
1 file changed
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
platforms: ${{ matrix.config.platform }}
93
94
- name: 🔽 Setup Docker Buildx
95
- uses: docker/setup-buildx-action@v3 # https://github.com/docker/setup-buildx-action
+ uses: docker/setup-buildx-action@v4 # https://github.com/docker/setup-buildx-action
96
97
# cpp-devbox:{debian_codename}-{{date}} # only on scheduled builds
98
# cpp-devbox:{debian_codename}-{{version}} # only on git tag
0 commit comments