File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 # Must fetch at least the immediate parents so that if this is
2424 # a pull request then we can checkout the head of the pull request.
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - if : ${{ !(github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))) }}
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - if : github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 ref : ${{ github.event.pull_request.head.ref }}
6161 contents : read
6262 pull-requests : read
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 - uses : actions/setup-go@v5
6666 with :
6767 go-version : oldstable
9090 contents : read
9191 pull-requests : read
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v5
9494 - uses : actions/setup-go@v5
9595 with :
9696 go-version : oldstable
@@ -117,7 +117,7 @@ jobs:
117117 permissions :
118118 contents : read
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v5
121121 - uses : actions/setup-go@v5
122122 with :
123123 go-version : oldstable
You can’t perform that action at this time.
0 commit comments