diff --git a/.github/workflows/runner-support-infra.yml b/.github/workflows/runner-support-infra.yml index 4f96672..c226d84 100644 --- a/.github/workflows/runner-support-infra.yml +++ b/.github/workflows/runner-support-infra.yml @@ -13,7 +13,7 @@ jobs: runner: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.13.0 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.0 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}' diff --git a/.github/workflows/runner-support.yml b/.github/workflows/runner-support.yml index 240dcd5..0bd32f4 100644 --- a/.github/workflows/runner-support.yml +++ b/.github/workflows/runner-support.yml @@ -13,7 +13,7 @@ jobs: runner: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.13.0 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.0 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}'