Merge pull request #23 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-2.1.0

Bump docker/setup-qemu-action from 2.0.0 to 2.1.0
This commit is contained in:
Seth For Privacy
2022-10-17 10:16:22 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0 uses: docker/setup-qemu-action@v2.1.0
with: with:
platforms: linux/arm64 platforms: linux/arm64
- -

View File

@@ -18,7 +18,7 @@ jobs:
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0 uses: docker/setup-qemu-action@v2.1.0
with: with:
platforms: linux/arm64 platforms: linux/arm64
- -