File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : ${{ github.event.pull_request.commits }}
2424 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1313 publish :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : docker/setup-qemu-action@v3
1818 - uses : docker/setup-buildx-action@v3
1919 - uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Conventional Changelog Action
1616 id : changelog
Original file line number Diff line number Diff line change 1313 test :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 - run : go build -v ./...
1919 - run : go test -v -race ./...
2424 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : docker/setup-qemu-action@v3
2929 - uses : docker/setup-buildx-action@v3
3030 - uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments