Skip to content

Commit 3f20ab2

Browse files
committed
Bump the shared action from v2 to v3
1 parent c02ca7e commit 3f20ab2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/update_operator_version/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
steps:
3535
- name: Check branch and release type
3636
id: checkRelease
37-
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
37+
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v3
3838
with:
3939
release_type: ${{ inputs.release_type }}
4040

@@ -81,7 +81,7 @@ runs:
8181

8282
- name: Set version number
8383
id: version
84-
uses: IABTechLab/uid2-shared-actions/actions/version_number@v2
84+
uses: IABTechLab/uid2-shared-actions/actions/version_number@v3
8585
with:
8686
type: ${{ inputs.release_type }}
8787
version_number: ${{ inputs.version_number_input }}

.github/workflows/check-stable-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ on: [pull_request, workflow_dispatch]
33

44
jobs:
55
check_dependency:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v2
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-check-stable-dependency.yaml@v3
77
secrets: inherit

.github/workflows/publish-all-operators.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
GITHUB_CONTEXT: ${{ toJson(github) }}
6060

6161
- name: Check branch and release type
62-
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
62+
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v3
6363
with:
6464
release_type: ${{ inputs.release_type }}
6565

@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Set version number
7878
id: version
79-
uses: IABTechLab/uid2-shared-actions/actions/version_number@v2
79+
uses: IABTechLab/uid2-shared-actions/actions/version_number@v3
8080
with:
8181
type: ${{ env.RELEASE_TYPE }}
8282
branch_name: ${{ github.ref }}

0 commit comments

Comments
 (0)