File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ kind : Dependency
2+ body : Bump actions/checkout from 4 to 5
3+ time : 2025-08-12T00:50:46.430313803Z
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout branch that Dependabot labeled
1818 if : github.event.workflow_run.conclusion == 'success'
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ env.PR_BRANCH }}
2222 token : ${{ secrets.ORG_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 submodules : ' true'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 submodules : ' true'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Set up Go
1313 uses : actions/setup-go@v5
1414 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 submodules : ' true'
You can’t perform that action at this time.
0 commit comments