diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index e893e75..ce2dcc1 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v2.0.0' + ref: 'v3.1.0' path: 'operations' - name: Get version from package-lock.json id: get_version diff --git a/.github/workflows/app-is-deployable.yml b/.github/workflows/app-is-deployable.yml index 89ca66e..d821736 100644 --- a/.github/workflows/app-is-deployable.yml +++ b/.github/workflows/app-is-deployable.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: 'clearlydefined/operations' - ref: 'v2.0.0' + ref: 'v3.1.0' path: 'operations' - name: Get organization ID