|
16 | 16 | ansible: |
17 | 17 | runs-on: ${{ github.repository == 'hyperledger/fabric-samples' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} |
18 | 18 | steps: |
19 | | - - uses: actions/checkout@v5 |
| 19 | + - uses: actions/checkout@v6 |
20 | 20 | - name: Set up Full Stack Runtime |
21 | 21 | uses: ./.github/actions/fsat-setup |
22 | 22 | - run: just test-ansible |
|
25 | 25 | appdev: |
26 | 26 | runs-on: ${{ github.repository == 'hyperledger/fabric-samples' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} |
27 | 27 | steps: |
28 | | - - uses: actions/checkout@v5 |
| 28 | + - uses: actions/checkout@v6 |
29 | 29 | - name: Set up Full Stack Runtime |
30 | 30 | uses: ./.github/actions/fsat-setup |
31 | 31 | - run: just test-appdev |
|
34 | 34 | chaincode: |
35 | 35 | runs-on: ${{ github.repository == 'hyperledger/fabric-samples' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} |
36 | 36 | steps: |
37 | | - - uses: actions/checkout@v5 |
| 37 | + - uses: actions/checkout@v6 |
38 | 38 | - name: Set up Full Stack Runtime |
39 | 39 | uses: ./.github/actions/fsat-setup |
40 | 40 | - run: just test-chaincode |
|
43 | 43 | cloud: |
44 | 44 | runs-on: ${{ github.repository == 'hyperledger/fabric-samples' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} |
45 | 45 | steps: |
46 | | - - uses: actions/checkout@v5 |
| 46 | + - uses: actions/checkout@v6 |
47 | 47 | - name: Set up Full Stack Runtime |
48 | 48 | uses: ./.github/actions/fsat-setup |
49 | 49 | - run: just test-cloud |
|
52 | 52 | console: |
53 | 53 | runs-on: ${{ github.repository == 'hyperledger/fabric-samples' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} |
54 | 54 | steps: |
55 | | - - uses: actions/checkout@v5 |
| 55 | + - uses: actions/checkout@v6 |
56 | 56 | - name: Set up Full Stack Runtime |
57 | 57 | uses: ./.github/actions/fsat-setup |
58 | 58 | - run: just test-console |
|
0 commit comments