diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index 697f529..0fe63fb 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Get version from package-lock.json id: get_version diff --git a/.github/workflows/app-build-docker-image.yml b/.github/workflows/app-build-docker-image.yml index 0f1c60e..6d27167 100644 --- a/.github/workflows/app-build-docker-image.yml +++ b/.github/workflows/app-build-docker-image.yml @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Determine Image Name id: determine-image-name diff --git a/.github/workflows/app-is-deployable.yml b/.github/workflows/app-is-deployable.yml index d2fd360..c1d110f 100644 --- a/.github/workflows/app-is-deployable.yml +++ b/.github/workflows/app-is-deployable.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - id: confirm-dev shell: bash @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v3.1.2' + ref: 'v3.2.0' path: 'operations' - name: Get organization ID