File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out Git repository
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919
2020 - name : Setup Golang with cache
2121 uses : magnetikonline/action-golang-cache@v5
Original file line number Diff line number Diff line change 5656 buildTime : ${{ steps.meta.outputs.buildTime }}
5757 # previousTag: ${{ steps.previousTag.outputs.tag }}
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060 with :
6161 ref : ${{ github.sha }}
6262 fetch-depth : 0
@@ -152,7 +152,7 @@ jobs:
152152 build_target : Android
153153 runs-on : ${{ matrix.cfg.os }}
154154 steps :
155- - uses : actions/checkout@v6
155+ - uses : actions/checkout@v7
156156 with :
157157 ref : ${{ github.sha }}
158158
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Check out repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Set up Python
3030 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments