Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump all Docker actions to latest major
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed May 5, 2022
1 parent 8b12248 commit d8ca9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v1
uses: docker/bake-action@v2
with:
targets: validate
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
```

## Customizing
Expand Down

0 comments on commit d8ca9c3

Please sign in to comment.