File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 2
4747
Original file line number Diff line number Diff line change 2929 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
3030 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
3131
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 token : ${{ steps.token.outputs.token }}
3535 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : Setup PHP
4040 uses : shivammathur/setup-php@v2
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 2 # needed by codecov sometimes
5858
You can’t perform that action at this time.
0 commit comments