Skip to content

Commit a4064cb

Browse files
committed
fix(workflows): update CHECKOUT_REF to version v1.1.0 in reusable workflow files
1 parent b1fac17 commit a4064cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable_create-release-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
create-release-bundle:
5959
runs-on: ${{ inputs.runs-on }}
6060
env:
61-
CHECKOUT_REF: fix/external-calls # On release *must* change this to the actual release tag
61+
CHECKOUT_REF: v1.1.0 # On release *must* change this to the actual release tag
6262
steps:
6363
- name: Checkout shared-workflows repository
6464
uses: actions/checkout@v4

.github/workflows/reusable_execute-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
execute-build:
7979
runs-on: ${{ inputs.runs-on }}
8080
env:
81-
CHECKOUT_REF: fix/external-calls # On release *must* change this to the actual release tag
81+
CHECKOUT_REF: v1.1.0 # On release *must* change this to the actual release tag
8282
steps:
8383
- name: Checkout shared-workflows repository
8484
uses: actions/checkout@v4

.github/workflows/reusable_sign-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sign:
5959
runs-on: ${{ inputs.runs-on }}
6060
env:
61-
CHECKOUT_REF: fix/external-calls # On release *must* change this to the actual release tag
61+
CHECKOUT_REF: v1.1.0 # On release *must* change this to the actual release tag
6262
steps:
6363
- name: Checkout shared-workflows repository
6464
uses: actions/checkout@v4

.github/workflows/reusable_upload-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
upload:
6565
runs-on: ${{ inputs.runs-on }}
6666
env:
67-
CHECKOUT_REF: fix/external-calls # On release *must* change this to the actual release tag
67+
CHECKOUT_REF: v1.1.0 # On release *must* change this to the actual release tag
6868
steps:
6969
- name: Checkout shared-workflows repository
7070
uses: actions/checkout@v4

0 commit comments

Comments
 (0)