From 937dfb32268aa6bca6808e2ae8e59330bb068414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:59:39 +0000 Subject: [PATCH] Update Taucher2003/GitLab-Pipeline-Action action to v1.14.0 --- .github/workflows/runner-support-infra.yml | 2 +- .github/workflows/runner-support.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}'