Skip to content

Commit

Permalink
chore: use major version of image
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Apr 29, 2024
1 parent f875d27 commit 8defd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ env.platforms }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ env.platforms }}

Expand Down

0 comments on commit 8defd02

Please sign in to comment.