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@v5
13+ - uses : actions/checkout@v6
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@v5 "
18+ - uses : " actions/checkout@v6 "
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 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@v5
26+ uses : actions/checkout@v6
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