File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Build
2424 uses : ./.github/actions/build
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858
5959 - name : Check GoReleaser
6060 uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change 1818 goreleaser :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with :
2323 # Allow goreleaser to access older tag information.
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 - name : Install project tools and dependencies
1717 run : make project-tools
1818 - name : Run tests
You can’t perform that action at this time.
0 commit comments