From d4350e07b5d860b3c1381317e8785a64c4806172 Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Tue, 5 Dec 2023 12:01:04 +1100 Subject: [PATCH] Update to released shared-actions --- .github/workflows/publish-all-operators.yaml | 3 +-- .github/workflows/publish-azure-cc-enclave-docker.yaml | 2 +- .github/workflows/publish-gcp-oidc-enclave-docker.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-all-operators.yaml b/.github/workflows/publish-all-operators.yaml index 52dfdb114..be84d151f 100644 --- a/.github/workflows/publish-all-operators.yaml +++ b/.github/workflows/publish-all-operators.yaml @@ -10,7 +10,6 @@ on: - Major - Minor - Patch - - Snapshot jobs: start: @@ -28,7 +27,7 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} - name: Check branch and release type - uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2 + uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2 with: release_type: ${{ inputs.release_type }} diff --git a/.github/workflows/publish-azure-cc-enclave-docker.yaml b/.github/workflows/publish-azure-cc-enclave-docker.yaml index d1625a36d..bf2f2007d 100644 --- a/.github/workflows/publish-azure-cc-enclave-docker.yaml +++ b/.github/workflows/publish-azure-cc-enclave-docker.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: Check branch and release type id: checkRelease - uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2-pre + uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2 with: release_type: ${{ inputs.release_type }} diff --git a/.github/workflows/publish-gcp-oidc-enclave-docker.yaml b/.github/workflows/publish-gcp-oidc-enclave-docker.yaml index f675ccb6e..5863d1ed3 100644 --- a/.github/workflows/publish-gcp-oidc-enclave-docker.yaml +++ b/.github/workflows/publish-gcp-oidc-enclave-docker.yaml @@ -55,7 +55,7 @@ jobs: steps: - name: Check branch and release type id: checkRelease - uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2-pre + uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2.2.2 with: release_type: ${{ inputs.release_type }}