File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 if : github.actor == 'renovate[bot]' || github.actor == 'dependabot[bot]'
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : hmarr/auto-approve-action@v2
1515 with :
1616 github-token : ${{ secrets.GITHUB_TOKEN }}
2222 if : github.actor == 'renovate[bot]' || github.actor == 'dependabot[bot]'
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 ref : ${{ github.event.pull_request.head.ref }}
2828
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout project
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 token : ${{ secrets.PUSH_TOKEN }}
2222
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout project
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Use Node.js ${{ matrix.node-version }}
2727 uses : actions/setup-node@v4
@@ -46,12 +46,12 @@ jobs:
4646
4747 steps :
4848 - name : Checkout project
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 with :
5151 path : ts-module
5252
5353 - name : Checkout project
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 with :
5656 path : test-project
5757
You can’t perform that action at this time.
0 commit comments