File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4.2.2
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
4343 needs : [format-and-vet]
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v4.2.2
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0
4949
6666 needs : [format-and-vet]
6767 steps :
6868 - name : Checkout code
69- uses : actions/checkout@v4.2.2
69+ uses : actions/checkout@v5
7070 with :
7171 fetch-depth : 0
7272
@@ -103,7 +103,7 @@ jobs:
103103 needs : [lint, test]
104104 steps :
105105 - name : Checkout code
106- uses : actions/checkout@v4.2.2
106+ uses : actions/checkout@v5
107107 with :
108108 fetch-depth : 0
109109
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-latest
145145 steps :
146146 - name : Checkout code
147- uses : actions/checkout@v4.2.2
147+ uses : actions/checkout@v5
148148 with :
149149 fetch-depth : 0
150150
Original file line number Diff line number Diff line change 3434 tree-state : ${{ steps.ldflags.outputs.tree-state }}
3535 steps :
3636 - id : checkout
37- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # tag=v2.3.4
37+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v2.3.4
3838 with :
3939 fetch-depth : 0
4040 - id : ldflags
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Checkout the repository
82- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v2.3.4
82+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v2.3.4
8383
8484 - name : Set up Docker Buildx
8585 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
Original file line number Diff line number Diff line change 2020 name : lint
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-go@v5
2525 with :
2626 go-version : ${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments