Merge pull request #80 from sethforprivacy/dependabot/github_actions/docker/setup-qemu-action-3.1.0

Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
This commit is contained in:
Seth For Privacy
2024-07-04 02:11:01 +00: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@v3.0.0 uses: docker/setup-qemu-action@v3.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@v3.0.0 uses: docker/setup-qemu-action@v3.1.0
with: with:
platforms: linux/arm64 platforms: linux/arm64
- -