File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 security-events : write
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v5.0.0
2323 with :
2424 # We must fetch at least the immediate parents so that if this is
2525 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2727 go-version : 1.25.0
2828 id : go
2929 - name : Check out code into the Go module directory
30- uses : actions/checkout@v4.2.2
30+ uses : actions/checkout@v5.0.0
3131 with :
3232 fetch-depth : 0
3333 - name : golangci-lint
Original file line number Diff line number Diff line change 1616 DOCKER_CLI_EXPERIMENTAL : " enabled"
1717 DOCKER_BUILDKIT : 1
1818 steps :
19- - uses : actions/checkout@v4.2.2
19+ - uses : actions/checkout@v5.0.0
2020 with :
2121 fetch-depth : 0
2222 - name : Set up QEMU
Original file line number Diff line number Diff line change 99 contents : read
1010 steps :
1111 - name : Checkout Actions Repository
12- uses : actions/checkout@v4.2.2
12+ uses : actions/checkout@v5.0.0
1313 - name : Check spelling of file.txt
1414 uses : crate-ci/typos@master
Original file line number Diff line number Diff line change 1919 contents : read
2020 steps :
2121 - name : " Checkout"
22- uses : " actions/checkout@v4.2.2 "
22+ uses : " actions/checkout@v5.0.0 "
2323 - name : " Setup updatecli"
2424 uses : " updatecli/updatecli-action@v2"
2525 - name : Set up Go
You can’t perform that action at this time.
0 commit comments