File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.0
13+ - uses : actions/checkout@v6.0.1
1414
1515 - name : Set up Go
1616 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1515 name : " Lint Go"
1616 runs-on : " depot-ubuntu-24.04"
1717 steps :
18- - uses : " actions/checkout@v6.0.0 "
18+ - uses : " actions/checkout@v6.0.1 "
1919 - uses : " authzed/actions/setup-go@main"
2020 - name : " Lint Go"
2121 run : " go run mage.go lint:go"
Original file line number Diff line number Diff line change 1818 goreleaser :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
2222 with :
2323 # Allow goreleaser to access older tag information.
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v6.0.0
26+ uses : actions/checkout@v6.0.1
2727 with :
2828 # For PRs, check out the head of the PR
2929 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}
You can’t perform that action at this time.
0 commit comments