Skip to content

Commit

Permalink
ci: update to actions/checkout@v3
Browse files Browse the repository at this point in the history
No functional change, but better keep it current.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Jul 6, 2022
1 parent 68c2c62 commit 4f6e74a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/ovirt/vdsm-test-centos-8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run linters
run: ./automation/lint.sh
test-storage:
Expand All @@ -19,7 +19,7 @@ jobs:
# Required to create loop devices.
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run storage tests not marked as root as vdsm user
run: ./automation/tests-storage.sh vdsm -u=vdsm
test-storage-root:
Expand All @@ -31,7 +31,7 @@ jobs:
# Required to create loop devices.
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run storage tests marked as root
run: ./automation/tests-storage.sh
tests:
Expand All @@ -43,15 +43,15 @@ jobs:
# Needed for many operations, i.e. creating bridges
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: ./automation/tests.sh
rpm:
runs-on: ubuntu-latest
container: quay.io/ovirt/vdsm-test-centos-8
steps:
# we need the tags to be pulled for RPMs to have proper versions
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build RPMs
Expand Down

0 comments on commit 4f6e74a

Please sign in to comment.