41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
From 53f22282347011801fa709ba6b558f87fec26bc1 Mon Sep 17 00:00:00 2001
|
|
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
|
|
Date: Mon, 7 Apr 2025 13:01:51 +0000
|
|
Subject: [PATCH 5/7] chore(deps): update sclorg/testing-farm-as-github-action
|
|
action to v4
|
|
|
|
---
|
|
.github/workflows/reuse-tests-7to8.yml | 2 +-
|
|
.github/workflows/reuse-tests-8to9.yml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.github/workflows/reuse-tests-7to8.yml b/.github/workflows/reuse-tests-7to8.yml
|
|
index 65621b5..7f7ce35 100644
|
|
--- a/.github/workflows/reuse-tests-7to8.yml
|
|
+++ b/.github/workflows/reuse-tests-7to8.yml
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
steps:
|
|
- name: Schedule regression testing for 7to8
|
|
id: run_test_7to8
|
|
- uses: sclorg/testing-farm-as-github-action@v3.1.2
|
|
+ uses: sclorg/testing-farm-as-github-action@v4.0.0
|
|
with:
|
|
# required
|
|
api_url: ${{ secrets.TF_ENDPOINT }}
|
|
diff --git a/.github/workflows/reuse-tests-8to9.yml b/.github/workflows/reuse-tests-8to9.yml
|
|
index 12e69c7..811fd8e 100644
|
|
--- a/.github/workflows/reuse-tests-8to9.yml
|
|
+++ b/.github/workflows/reuse-tests-8to9.yml
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
steps:
|
|
- name: Schedule regression testing for 8to9
|
|
id: run_test_8to9
|
|
- uses: sclorg/testing-farm-as-github-action@v3.1.2
|
|
+ uses: sclorg/testing-farm-as-github-action@v4.0.0
|
|
with:
|
|
# required
|
|
api_url: ${{ secrets.TF_ENDPOINT }}
|
|
--
|
|
2.49.0
|
|
|