@@ -14,13 +14,13 @@ jobs:
1414 steps :
1515 - name : checkout PR head (pull_request_target)
1616 if : github.event_name == 'pull_request_target'
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 repository : ${{ github.event.pull_request.head.repo.full_name }}
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 - name : checkout branch (push)
2222 if : github.event_name == 'push'
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 - uses : actions/setup-go@v6
2525 with :
2626 go-version : ' stable'
@@ -42,13 +42,13 @@ jobs:
4242 steps :
4343 - name : checkout PR head (pull_request_target)
4444 if : github.event_name == 'pull_request_target'
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646 with :
4747 repository : ${{ github.event.pull_request.head.repo.full_name }}
4848 ref : ${{ github.event.pull_request.head.sha }}
4949 - name : checkout branch (push)
5050 if : github.event_name == 'push'
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252 - uses : actions/setup-go@v6
5353 with :
5454 go-version : ' stable'
@@ -71,13 +71,13 @@ jobs:
7171 steps :
7272 - name : checkout PR head (pull_request_target)
7373 if : github.event_name == 'pull_request_target'
74- uses : actions/checkout@v6
74+ uses : actions/checkout@v7
7575 with :
7676 repository : ${{ github.event.pull_request.head.repo.full_name }}
7777 ref : ${{ github.event.pull_request.head.sha }}
7878 - name : checkout branch (push)
7979 if : github.event_name == 'push'
80- uses : actions/checkout@v6
80+ uses : actions/checkout@v7
8181 - uses : actions/setup-go@v6
8282 with :
8383 go-version : ' stable'
0 commit comments