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 f0b8a4d commit 0300483Copy full SHA for 0300483
.github/workflows/_artifacts_linux.yml
@@ -49,7 +49,7 @@ jobs:
49
-
50
name: Setup QEMU
51
if: inputs.arch == 'arm64'
52
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
53
54
name: Echo
55
shell: pwsh
.github/workflows/_docker.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
name: Docker Test
45
if: success() && github.event_name == 'pull_request' || github.repository_owner != 'GitTools'
0 commit comments