File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 if : needs.check-label.outputs.has_valid_label == 'true'
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 token : ${{ secrets.APP_INSTALLATION_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127 if : needs.check-label.outputs.has_valid_label == 'true'
128128 steps :
129129 - name : Checkout repository
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v5
131131 with :
132132 ref : main
133133 # Ensure we get the latest code including changes from previous job
Original file line number Diff line number Diff line change 1515 validate :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments