File tree Expand file tree Collapse file tree
product/workflows/templates/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 typecheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 1717 - saflib
1818 # END WORKFLOW AREA
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v6
2323 with :
Original file line number Diff line number Diff line change 99 workflow-integration-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 99 workflow-git-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 99 workflow-integration-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 99 workflow-integration-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 99 workflow-integration-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
Original file line number Diff line number Diff line change 1010 run :
1111 working-directory : .
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - uses : actions/setup-node@v6
1515 with :
1616 node-version : lts/*
Original file line number Diff line number Diff line change 2626 env :
2727 CONTAINER_REGISTRY : ghcr.io/${{ github.repository_owner }}
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 - name : Install submodules
3131 run : git submodule update --init
3232
Original file line number Diff line number Diff line change 99 typecheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v6
1515 with :
You can’t perform that action at this time.
0 commit comments