From 7ffa8526342f7078d4e0652f388af0ae58a8019e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:09:10 +0000 Subject: [PATCH] build(deps): bump sclorg/testing-farm-as-github-action Bumps [sclorg/testing-farm-as-github-action](https://github.com/sclorg/testing-farm-as-github-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/sclorg/testing-farm-as-github-action/releases) - [Commits](https://github.com/sclorg/testing-farm-as-github-action/compare/f3a39272a197ed060d5f786186b0e7a3ee7b0b4f...b23f0de29ac969d12411215a983da264b4ced149) --- updated-dependencies: - dependency-name: sclorg/testing-farm-as-github-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-main-tf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-main-tf.yaml b/.github/workflows/e2e-main-tf.yaml index d1b92566f..7c3dcf89d 100644 --- a/.github/workflows/e2e-main-tf.yaml +++ b/.github/workflows/e2e-main-tf.yaml @@ -56,7 +56,7 @@ jobs: - name: Run Podman Desktop Playwright E2E tests on Testing Farm CI id: run-e2e-tf - uses: sclorg/testing-farm-as-github-action@f3a39272a197ed060d5f786186b0e7a3ee7b0b4f #v4.1.0 + uses: sclorg/testing-farm-as-github-action@b23f0de29ac969d12411215a983da264b4ced149 #v4.2.0 with: api_key: ${{ secrets.TF_TOKEN }} create_github_summary: "false"