diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e05aebba..e98a4ced 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action> + uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> |