|
|
|
|
@ -45,7 +45,7 @@ jobs:
@@ -45,7 +45,7 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Checkout repo |
|
|
|
|
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|
|
|
|
|
|
- name: Get Latest Self-Host Version |
|
|
|
|
id: get-self-host |
|
|
|
|
@ -82,7 +82,7 @@ jobs:
@@ -82,7 +82,7 @@ jobs:
|
|
|
|
|
contents: write |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|
with: |
|
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
@ -162,7 +162,7 @@ jobs:
@@ -162,7 +162,7 @@ jobs:
|
|
|
|
|
id-token: write |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|
with: |
|
|
|
|
ref: main |
|
|
|
|
|
|
|
|
|
@ -232,7 +232,7 @@ jobs:
@@ -232,7 +232,7 @@ jobs:
|
|
|
|
|
release_tag: ${{ needs.setup.outputs._WEB_RELEASE_TAG }} |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|
with: |
|
|
|
|
ref: main |
|
|
|
|
|
|
|
|
|
|