File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout Code
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions/setup-node@v6
2121 with :
2222 # Use node version from '.nvmrc' instead of hardcoding here
Original file line number Diff line number Diff line change 3030 uses : Chia-Network/actions/git-mark-workspace-safe@main
3131
3232 - name : Checkout
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 with :
3535 ref : " ${{ inputs.pr_target || github.ref_name }}"
3636
Original file line number Diff line number Diff line change 1616 container : node:24
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Vault Login
2222 uses : Chia-Network/actions/vault/login@main
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Code
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0
2727 token : ${{ secrets.REPO_COMMIT }}
You can’t perform that action at this time.
0 commit comments