File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 # Shared env variables for all the tests
2424 UV_RESOLUTION : " ${{ matrix.resolution }}"
2525 steps :
26- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
26+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2727 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2828 with :
2929 go-version : stable
3939 lint :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
42+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4343 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4444 with :
4545 go-version : stable
Original file line number Diff line number Diff line change 1212 name : release
1313 steps :
1414 - name : Checkout source
15- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
15+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616 with :
1717 fetch-depth : 0
1818 - name : Set VERSION variable from tag
3939 needs : build
4040 steps :
4141 - name : Checkout source
42- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
42+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4343 with :
4444 fetch-depth : 0
4545
You can’t perform that action at this time.
0 commit comments