File tree Expand file tree Collapse file tree
deprecated-zilliqa-js/github/workflows
github-wf-portal/workflows
products/bluebell/playground/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : " Linting"
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4.2.2
19+ uses : actions/checkout@v6
2020
2121 - uses : pnpm/action-setup@v2
2222 with :
2828
2929 - name : Trunk cache
3030 id : cache-trunk
31- uses : actions/cache@v4.2.2
31+ uses : actions/cache@v5
3232 with :
3333 path : ~/.cache/trunk/
3434 key : ${{ runner.os }}-trunk
Original file line number Diff line number Diff line change 2222 contents: read
2323 steps:
2424 - name: Checkout code
25- uses: actions/checkout@v2
25+ uses: actions/checkout@v6
2626 with:
2727 ref: ${{github.event.pull_request.head.ref}}
2828 repository: ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 7171 REGISTRY : asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public
7272 steps :
7373 - name : Checkout code
74- uses : actions/checkout@v3
74+ uses : actions/checkout@v6
7575 with :
7676 submodules : recursive
7777 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 6060 REGISTRY : asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-public
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v3
63+ uses : actions/checkout@v6
6464 with :
6565 submodules : " true"
6666 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 name : github-pages
2222 url : ${{ steps.deployment.outputs.page_url }}
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v2
2626 with :
2727 node-version : 16.x
Original file line number Diff line number Diff line change 1111 name : Build & test PR
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-node@v2
1616 with :
1717 node-version : 16.x
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v6
1818 - name : install toolchain
1919 uses : actions-rs/toolchain@v1
2020 with :
You can’t perform that action at this time.
0 commit comments