From ae0ad60b8753a9b6a322ac639c3ff6f9512bc4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:25:56 +0000 Subject: [PATCH] ci: bump sclorg/testing-farm-as-github-action from 3 to 4 Bumps [sclorg/testing-farm-as-github-action](https://github.com/sclorg/testing-farm-as-github-action) from 3 to 4. - [Release notes](https://github.com/sclorg/testing-farm-as-github-action/releases) - [Commits](https://github.com/sclorg/testing-farm-as-github-action/compare/v3...v4) --- updated-dependencies: - dependency-name: sclorg/testing-farm-as-github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index 4c04d7db..822e5078 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -154,7 +154,7 @@ jobs: targetUrl: "" - name: Run test in testing farm - uses: sclorg/testing-farm-as-github-action@v3 + uses: sclorg/testing-farm-as-github-action@v4 if: contains(needs.prepare_vars.outputs.supported_platforms, matrix.platform) with: git_ref: main