From 44d30a633df9541fd15a21ce3af79cc0856374fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:40:13 +0000 Subject: [PATCH] chore: bump sclorg/testing-farm-as-github-action from 3.1.2 to 4.1.0 --- updated-dependencies: - dependency-name: sclorg/testing-farm-as-github-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/greenboot-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/greenboot-ci.yaml b/.github/workflows/greenboot-ci.yaml index 75185b2..98776ea 100644 --- a/.github/workflows/greenboot-ci.yaml +++ b/.github/workflows/greenboot-ci.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v3.1.2 + uses: sclorg/testing-farm-as-github-action@v4.1.0 with: compose: CentOS-Stream-10 api_key: ${{ secrets.TF_API_KEY }} @@ -67,7 +67,7 @@ jobs: steps: - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v3.1.2 + uses: sclorg/testing-farm-as-github-action@v4.1.0 with: compose: Fedora-Rawhide api_key: ${{ secrets.TF_API_KEY }} @@ -88,7 +88,7 @@ jobs: steps: - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v3.1.2 + uses: sclorg/testing-farm-as-github-action@v4.1.0 with: compose: CentOS-Stream-9 api_key: ${{ secrets.TF_API_KEY }}