File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout the repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 with :
1616 path : " prettier-java"
1717 - uses : actions/setup-node@v3
2323 sudo apt install jq
2424 npm i -g pkg
2525 - name : Checkout Prettier
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v6
2727 with :
2828 repository : prettier/prettier
2929 ref : refs/tags/${{ env.PRETTIER_CORE_LIB_VERSION }}
Original file line number Diff line number Diff line change 1717 timeout-minutes : 40
1818 steps :
1919 # Checkout
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v6
2121 with :
2222 ref : main
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 - 22.x
1212 - 24.x
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-node@v3
1616 with :
1717 node-version : ${{ matrix.node_version }}
3535 - e2e-jhipster2
3636 node_version : [24.x]
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - uses : actions/setup-node@v3
4040 with :
4141 node-version : ${{ matrix.node_version }}
Original file line number Diff line number Diff line change 1414 name : Build Docusaurus
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414 name : Build Docusaurus
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments