Merge pull request #51 from crazy-max/update-refs

Bump all Docker actions to latest major
This commit is contained in:
CrazyMax 2022-05-05 19:47:15 +02:00 committed by GitHub
commit 0522dcd2bf
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ jobs:
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v1
uses: docker/bake-action@v2
with:
targets: validate

View file

@ -29,7 +29,7 @@ jobs:
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
```
## Customizing