File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 dotnet-version : 6.*
9090 - name : Set up Docker Buildx
9191 id : buildx
92- uses : docker/setup-buildx-action@v1
92+ uses : docker/setup-buildx-action@v2
9393 - name : Fetch Code
9494 uses : actions/checkout@v3
9595 - name : Platform build linux-x64
@@ -115,7 +115,7 @@ jobs:
115115 runs-on : ubuntu-latest
116116 steps :
117117 - name : Fetch Code
118- uses : actions/checkout@v2
118+ uses : actions/checkout@v3
119119 - name : Build Manual
120120 id : build_manual
121121 uses : xu-cheng/latex-action@v2
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Set up Docker Buildx
2828 id : buildx
29- uses : docker/setup-buildx-action@v1
29+ uses : docker/setup-buildx-action@v2
3030
3131
3232 - name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments