From 0e08b3d0dcadf7c3273ad2552a4375804d537c04 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 13 Mar 2024 20:15:51 +0000 Subject: [PATCH] [skip-ci] Update sclorg/testing-farm-as-github-action action to v2 Signed-off-by: null --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e8a0426c5..5ee937b17 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: compose: CentOS-Stream-9 api_key: ${{ secrets.TF_API_KEY }} @@ -102,7 +102,7 @@ jobs: fetch-depth: 0 - name: Run the tests - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: compose: CentOS-Stream-9 api_key: ${{ secrets.TF_API_KEY }}