Skip to content

Commit

Permalink
ci: update testing-farm-as-github-action to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed Sep 30, 2024
1 parent 4947d4d commit 5b0bdf2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-40
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-40
api_key: ${{ secrets.TF_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-41
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-41
api_key: ${{ secrets.TF_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fedora-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-Rawhide-Nightly
api_key: ${{ secrets.TF_API_KEY }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: Fedora-Rawhide-Nightly
api_key: ${{ secrets.TF_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhel-8-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: RHEL-8.8.0-Nightly
arch: x86_64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhel-9-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: RHEL-9.4.0-Nightly
arch: x86_64
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: RHEL-9.4.0-Nightly
arch: aarch64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhel-9-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: RHEL-9.5.0-Nightly
arch: x86_64
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0

- name: Run the tests
uses: sclorg/[email protected].0
uses: sclorg/[email protected].2
with:
compose: RHEL-9.5.0-Nightly
arch: aarch64
Expand Down

0 comments on commit 5b0bdf2

Please sign in to comment.