File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 env :
1313 IMAGE : docker.io/${{ github.repository }}
1414 steps :
15- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616 with :
1717 fetch-depth : " 0"
1818 - name : Set version latest
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1212 with :
1313 fetch-depth : " 0"
1414 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2222 tests :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2626 with :
2727 fetch-depth : " 0"
2828 - name : Build image
3131 docs :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
34+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535 with :
3636 fetch-depth : " 0"
3737 - name : Check Docs
You can’t perform that action at this time.
0 commit comments