|
@@ -29,7 +29,7 @@ jobs:
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
id: checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
submodules: recursive
|
|
@@ -116,7 +116,7 @@ jobs:
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
id: checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
ref: ${{ needs.update-changelogs.outputs.ref }}
|
|
|
- name: Trigger build
|
|
@@ -151,7 +151,7 @@ jobs:
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
id: checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
ref: ${{ needs.update-changelogs.outputs.ref }}
|
|
|
- name: Trigger build
|
|
@@ -186,7 +186,7 @@ jobs:
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
id: checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
ref: ${{ needs.update-changelogs.outputs.ref }}
|
|
|
- name: Trigger build
|