|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout Branch |
|
|
|
- name: Checkout Branch |
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
|
|
|
|
|
|
|
|
- name: Get Latest Core Version |
|
|
|
- name: Get Latest Core Version |
|
|
|
id: get-core |
|
|
|
id: get-core |
|
|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
needs: setup |
|
|
|
needs: setup |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout Branch |
|
|
|
- name: Checkout Branch |
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
|
|
|
|
|
|
|
|
- name: Create Update Versions Branch |
|
|
|
- name: Create Update Versions Branch |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
@ -109,7 +109,7 @@ jobs: |
|
|
|
git push -u origin update-versions |
|
|
|
git push -u origin update-versions |
|
|
|
|
|
|
|
|
|
|
|
- name: Checkout Update Versions Branch |
|
|
|
- name: Checkout Update Versions Branch |
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: update-versions |
|
|
|
ref: update-versions |
|
|
|
|
|
|
|
|
|
|
|
|