Skip to content

Commit

Permalink
github: use ovirt checkout action
Browse files Browse the repository at this point in the history
Change-Id: Icdc85ea61892be4f67b0327137498e2fb6cad7fc
Signed-off-by: Eitan Raviv <[email protected]>
  • Loading branch information
erav authored and sandrobonazzola committed Feb 14, 2023
1 parent cd024ed commit 9431f54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: ovirt/checkout-action@main
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
container: [ functional, integration, unit ]
steps:
- uses: actions/checkout@v3
- uses: ovirt/checkout-action@main
- name: Install dependencies
run: |
sudo apt update
Expand All @@ -46,7 +46,7 @@ jobs:
matrix:
distro: [ centos-8, centos-9, alma-9 ]
steps:
- uses: actions/checkout@v3
- uses: ovirt/checkout-action@main
- name: Install dependencies
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- type: integration
tag: centos-9
steps:
- uses: actions/checkout@v3
- uses: ovirt/checkout-action@main
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 9431f54

Please sign in to comment.