File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2828 steps :
2929
3030 - name : Checkout cardano-db-sync Repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 repository : IntersectMBO/cardano-db-sync
3434 path : cardano-db-sync
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Install Nix
2020 uses : cachix/install-nix-action@v31
2121 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : checkout cardano-node-tests repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 path : cardano_node_tests
1919 ref : sync_tests
Original file line number Diff line number Diff line change 6060 timeout-minutes : 600
6161 steps :
6262 - name : checkout cardano-node-tests repo
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464 with :
6565 path : cardano_node_tests
6666 ref : sync_tests
Original file line number Diff line number Diff line change 7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777 - name : Install Nix
7878 uses : cachix/install-nix-action@v31
7979 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Set up python
1818 id : setup-python
1919 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 4444 echo 'EPOCHS='${{ github.event.inputs.epochs_to_sync }} >> $GITHUB_ENV
4545
4646 - name : Checkout repository with SMASH tests
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 repository : IntersectMBO/cardano-node-tests
5050 ref : ' smash_tests'
5656
5757
5858 - name : Checkout cardano-db-sync repository
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 with :
6161 repository : IntersectMBO/cardano-db-sync
6262 path : cardano-db-sync
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Install Nix
2929 uses : cachix/install-nix-action@v31
3030 with :
You can’t perform that action at this time.
0 commit comments