Skip to content

Commit fad1e69

Browse files
dependabot[bot]schutzbot
authored andcommitted
build(deps): 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](sclorg/testing-farm-as-github-action@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] <[email protected]>
1 parent fc0593b commit fad1e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testingfarm-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333
- name: Run the tests
34-
uses: sclorg/testing-farm-as-github-action@v3
34+
uses: sclorg/testing-farm-as-github-action@v4
3535
with:
3636
compose: Fedora-40
3737
tmt_plan_regex: "/plans/unit-go"

.github/workflows/testingfarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: ${{ github.event.pull_request.head.sha }}
5050
- name: Run the tests
51-
uses: sclorg/testing-farm-as-github-action@v3
51+
uses: sclorg/testing-farm-as-github-action@v4
5252
with:
5353
compose: Fedora-40
5454
tmt_plan_regex: "/plans/integration"

0 commit comments

Comments
 (0)