File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ outputs:
4343runs :
4444 using : composite
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 if : ${{ github.event.pull_request.head.repo.full_name == github.repository || github.ref == 'refs/heads/master' }}
4848 with :
4949 ref : ${{ github.head_ref }}
5959 git config --global user.name "${{ inputs.username }}"
6060 git config --global user.email "${{ inputs.email }}"
6161
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
6464 with :
6565 ref : ${{ github.event.pull_request.base.sha }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 steps :
1212 - name : Scan repo for find local actions
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup Node.js and Cache
1616 uses : ./.github/actions/nodejs
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 steps :
1212 - name : Scan repo for find local actions
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup Node.js and Cache
1616 uses : ./.github/actions/nodejs
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-22.04
77 steps :
88 - name : Scan repo for find local actions
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010
1111 - name : Setup Git
1212 id : git-setup
Original file line number Diff line number Diff line change 88 release :
99 runs-on : ubuntu-22.04
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : ' 0'
1414 persist-credentials : false
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3.5.3
12+ uses : actions/checkout@v4.1.1
1313 - name : Self-hosted Renovate
1414 uses :
renovatebot/[email protected] 1515 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 steps :
1212 - name : Scan repo for find local actions
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup Node.js and Cache
1616 uses : ./.github/actions/nodejs
You can’t perform that action at this time.
0 commit comments