File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Fetch Changes
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0 # Checkout everything to get access to the tags
2121 ref : main
Original file line number Diff line number Diff line change 1010 name : lint
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-go@v6
1515 with :
1616 go-version : ' 1.24'
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : actions/setup-go@v6
1313 with :
1414 go-version : ' 1.24'
2222 needs : [test]
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 - name : Docker meta
2727 id : meta
2828 uses : docker/metadata-action@v5
Original file line number Diff line number Diff line change 2424 MYSQL_ROOT_PASSWORD : super_secret_passw0rd
2525 MYSQL_DATABASE : campus_db
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-go@v6
2929 with :
3030 go-version : ' 1.24'
You can’t perform that action at this time.
0 commit comments