|
@@ -17,7 +17,7 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
ref: ${{ github.event.inputs.ref }}
|
|
ref: ${{ github.event.inputs.ref }}
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
app_id: ${{ secrets.APP_ID }}
|
|
app_id: ${{ secrets.APP_ID }}
|
|
|
private_key: ${{ secrets.PRIVATE_KEY }}
|
|
private_key: ${{ secrets.PRIVATE_KEY }}
|
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
token: ${{ steps.generate_token.outputs.token }}
|
|
token: ${{ steps.generate_token.outputs.token }}
|
|
|
ref: ${{ matrix.branch }}
|
|
ref: ${{ matrix.branch }}
|