Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
  • Loading branch information
sandrobonazzola committed Feb 20, 2024
1 parent 26826ef commit 04ecfee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dnf distro-sync -y
dnf install -y --setopt=tsflags=nodocs autoconf automake gettext-devel git systemd make git rpm-build
- uses: actions/checkout@v3
- uses: ovirt/checkout-action@main
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repoclosure-45.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about successful job and close issue
run: |
set -e
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
- centos-release-ovirt45-stream9
steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about failed job
run: |
set -e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repoclosure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- centos-release-ovirt45-el9
steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about successful job and close issue
run: |
set -e
Expand All @@ -185,7 +185,7 @@ jobs:
- centos-release-ovirt45-el9
steps:
- name: Checkout
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
- name: Add a comment about failed job
run: |
set -e
Expand Down

0 comments on commit 04ecfee

Please sign in to comment.