diff --git a/.github/workflows/runner-support-arm.yml b/.github/workflows/runner-support-arm.yml index 9ece741..443d533 100644 --- a/.github/workflows/runner-support-arm.yml +++ b/.github/workflows/runner-support-arm.yml @@ -13,7 +13,7 @@ jobs: runner: runs-on: ubuntu-24.04-arm steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.14.1 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.2 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}' diff --git a/.github/workflows/runner-support-infra.yml b/.github/workflows/runner-support-infra.yml index fed545f..9dab982 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.14.1 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.2 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 76ecd62..875735d 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.14.1 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.2 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}'