Skip to content

Commit 59d66d3

Browse files
Update docker/setup-buildx-action action to v3
1 parent 358fe96 commit 59d66d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-dotnet@v3
2121
with:
2222
dotnet-version: 8.x
23-
- uses: docker/setup-buildx-action@v2
23+
- uses: docker/setup-buildx-action@v3
2424
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2525
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
2626
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)