From 970aba034ae2fee63a2efde6810b24dca0d403b4 Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Mon, 21 Oct 2024 14:41:22 +0100 Subject: [PATCH] Bump workflow versions (#104) Because of typo on last --- .github/workflows/app-build-and-deploy.yml | 2 +- .github/workflows/app-build-docker-image.yml | 2 +- .github/workflows/app-is-deployable.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index 6a23690..217e7b5 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.0' + ref: 'v3.1.1' 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 0bd3f7f..0ac2bbe 100644 --- a/.github/workflows/app-build-docker-image.yml +++ b/.github/workflows/app-build-docker-image.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: '3.1.0' + ref: 'v3.1.1' 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 22767ea..9805f14 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.0' + ref: 'v3.1.1' path: 'operations' - id: confirm-dev shell: bash @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: '3.1.0' + ref: 'v3.1.1' path: 'operations' - name: Get organization ID