2
0
Fork 0
mirror of https://code.forgejo.org/docker/setup-buildx-action.git synced 2025-10-01 00:42:03 +00:00

Merge pull request #443 from nicolasleger/patch-1

doc: bump actions/checkout from 4 to 5
This commit is contained in:
CrazyMax 2025-08-21 10:42:37 +02:00 committed by GitHub
commit 1583c0f09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- -
# Add support for more platforms with QEMU (optional) # Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action # https://github.com/docker/setup-qemu-action