File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Set up Go
2828 uses : actions/setup-go@v5
5959 if : github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363 with :
6464 fetch-depth : 0
6565
@@ -254,7 +254,7 @@ jobs:
254254 if : github.event_name == 'pull_request'
255255 steps :
256256 - name : Checkout code
257- uses : actions/checkout@v4
257+ uses : actions/checkout@v5
258258
259259 - name : Set up Go
260260 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
You can’t perform that action at this time.
0 commit comments