File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 outputs :
2424 go-version : ${{ steps.get-go-version.outputs.go-version }}
2525 steps :
26- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2727 - name : ' Determine Go version'
2828 id : get-go-version
2929 run : |
3535 runs-on : ubuntu-latest
3636 name : Linux Go tests
3737 steps :
38- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
39- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
38+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
4040 with :
4141 go-version : ${{ needs.get-go-version.outputs.go-version }}
4242 - run : |
You can’t perform that action at this time.
0 commit comments