From 1d7d0cf0c84c669f45351de0bd2c52a640493605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:50:39 +0000 Subject: [PATCH] Update Taucher2003/GitLab-Pipeline-Action action to v1.16.1 --- .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 d9d9de0..3f15d09 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.15.0 + - uses: Taucher2003/GitLab-Pipeline-Action@1.16.1 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 81c04a2..b3f917c 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.15.0 + - uses: Taucher2003/GitLab-Pipeline-Action@1.16.1 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 8a9906d..b291060 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.15.0 + - uses: Taucher2003/GitLab-Pipeline-Action@1.16.1 with: GL_SERVER_URL: https://gitlab.com GL_PROJECT_ID: '${{ inputs.project }}'