From 710954694e155f255755f986bf010bc09e8cc112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 17:44:50 +0000 Subject: [PATCH] Update Taucher2003/GitLab-Pipeline-Action action to v1.14.4 --- .github/workflows/runner-support-arm.yml | 2 +- .github/workflows/runner-support-infra.yml | 2 +- .github/workflows/runner-support.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runner-support-arm.yml b/.github/workflows/runner-support-arm.yml index 2e350c0..913591f 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.3 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.4 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 d6de116..c96ea50 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.3 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.4 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 110f5eb..80635ab 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.3 + - uses: Taucher2003/GitLab-Pipeline-Action@1.14.4 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}'