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 efb02d4 commit cfde2bfCopy full SHA for cfde2bf
.github/workflows/release-master.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b
56
- uses: actions/checkout@v3
57
- name: Set up QEMU
58
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
59
- name: Set up Docker Buildx
60
uses: docker/setup-buildx-action@v2
61
with:
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
run: git config --global --add safe.directory $GITHUB_WORKSPACE
47
48
49
- uses: docker/setup-qemu-action@v1
50
51
uses: docker/setup-buildx-action@v1
52
0 commit comments