File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2020 id : go
2121
2222 - name : Checkout code
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
24+ fetch-depth : 50
25+ fetch-tags : true
26+ show-progress : true
2427
2528 - name : Check go mod tidy is up to date
2629 run : go mod tidy && git diff --exit-code
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v4
40+ fetch-depth : 50
41+ fetch-tags : true
42+ show-progress : true
4043
4144 - name : Set version
4245 id : vars
7780 contents : read
7881 steps :
7982 - name : Check out the repo
80- uses : actions/checkout@v3
83+ uses : actions/checkout@v4
84+ fetch-depth : 50
85+ fetch-tags : true
86+ show-progress : true
8187
8288 - name : Log in to Docker Hub
8389 uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
You can’t perform that action at this time.
0 commit comments