Skip to content

Commit

Permalink
Merge pull request #15 from furality/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s-71365cb7e6

build(action): bump the actions group with 2 updates
  • Loading branch information
ttshivers authored Sep 13, 2023
2 parents 19efeac + 1dd5c1e commit ba367f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ runs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0

- name: Build image
id: docker-build
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit ba367f8

Please sign in to comment.