File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : REUSE Compliance Check
1515 uses : fsfe/reuse-action@v5
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 - name : Setup Node
3434 uses : actions/setup-node@v4
3535 with :
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout this repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Checkout openstack-hypervisor-operator repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 repository : cobaltcore-dev/openstack-hypervisor-operator
2121 path : openstack-hypervisor-operator
2222 - name : Checkout kvm-node-agent repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 repository : cobaltcore-dev/kvm-node-agent
2626 path : kvm-node-agent
You can’t perform that action at this time.
0 commit comments