Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- ['ubuntu', '22.04', 'x86_64']
- ['ubuntu', '24.04', 'x86_64']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: local-action
uses: ./
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- ['almalinux', '9', 'x86_64']
- ['ubuntu', '24.04', 'x86_64']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: local-action
uses: ./
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- ['rocky', '9', 'x86_64']
- ['ubuntu', '2404', 'amd64']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: local-action
uses: ./
with:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- ['rocky', '9', 'x86_64']
- ['ubuntu', '2404', 'amd64']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: local-action
uses: ./
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- ['rocky', '9', 'x86_64']
- ['ubuntu', '2404', 'amd64']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: local-action
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:
steps:
- name: Checkout kvm_automation_tooling module
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'jpartlow/kvm_automation_tooling'
ref: 'v2'
Expand Down
Loading