Skip to content

Commit 966ad43

Browse files
authored
chore(docs): update docker related actions to avoid warnings in workflow (#240)
Signed-off-by: Mykhailo Kuzmich <[email protected]>
1 parent f8d9cf1 commit 966ad43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The simplest workflow for scanning a `localbuild/testimage` container:
4444

4545
```yaml
4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@v1
47+
uses: docker/setup-buildx-action@v2
4848

4949
- name: build local container
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v4
5151
with:
5252
tags: localbuild/testimage:latest
5353
push: false

0 commit comments

Comments
 (0)