File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020 owner : ${{ github.repository_owner }}
2121 repositories : " go-fastly"
2222 - name : Checkout code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 token : ${{ steps.github-token.outputs.token }}
2626 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 2020 name : lint
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-go@v6
2525 with :
2626 go-version : 1.24.x
3434 continue-on-error : true
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 - name : Setup Go
3939 uses : actions/setup-go@v6
4040 with :
6060 runs-on : ${{ matrix.platform }}
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464 - name : Install Go
6565 uses : actions/setup-go@v6
6666 with :
Original file line number Diff line number Diff line change 1818- build(deps): ` golangci/golangci-lint-action ` from 8 to 9 ([ #767 ] ( https://github.com/fastly/go-fastly/pull/767 ) )
1919- build(deps): ` golang.org/x/crypto ` from 0.43.0 to 0.44.0 ([ #768 ] ( https://github.com/fastly/go-fastly/pull/768 ) )
2020- build(deps): ` golang.org/x/crypto ` from 0.44.0 to 0.45.0 ([ #769 ] ( https://github.com/fastly/go-fastly/pull/769 ) )
21+ - build(deps): ` actions/checkout ` from 5 to 6 ([ #770 ] ( https://github.com/fastly/go-fastly/pull/770 ) )
2122
2223## [ v12.1.0] ( https://github.com/fastly/go-fastly/releases/tag/v12.1.0 ) (2025-09-30)
2324
You can’t perform that action at this time.
0 commit comments