File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 timeout-minutes : 20
2020
2121 steps :
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2323 - uses : ./.github/actions/pnpm-setup
2424 - name : Install dependencies
2525 run : pnpm install
3232 timeout-minutes : 20
3333
3434 steps :
35- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3636 - uses : ./.github/actions/pnpm-setup
3737 - name : Install dependencies
3838 run : pnpm install
5959 allow-failure : [false]
6060
6161 steps :
62- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6363 - uses : ./.github/actions/pnpm-setup
6464 - name : Install dependencies
6565 run : pnpm install
7373 timeout-minutes : 20
7474
7575 steps :
76- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
76+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7777 - uses : ./.github/actions/pnpm-setup
7878 - name : Install dependencies
7979 run : pnpm install --no-lockfile
9999 allow-failure : [true]
100100
101101 steps :
102- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
102+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
103103 - uses : ./.github/actions/pnpm-setup
104104
105105 - name : install dependencies
Original file line number Diff line number Diff line change 2323 command : ${{ steps.check-release.outputs.command }}
2424
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727 with :
2828 fetch-depth : 0
2929 ref : ' master'
4848 if : (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4949
5050 steps :
51- - uses : actions/checkout@v6
51+ - uses : actions/checkout@v7
5252 # We need to download lots of history so that
5353 # github-changelog can discover what's changed since the last release
5454 with :
Original file line number Diff line number Diff line change 2525 command : ${{ steps.check-release.outputs.command }}
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 0
3131 ref : ' master'
4545 pull-requests : write
4646
4747 steps :
48- - uses : actions/checkout@v6
48+ - uses : actions/checkout@v7
4949 - uses : ./.github/actions/pnpm-setup
5050 - run : pnpm install --frozen-lockfile
5151 - name : Set publishing config
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919 - uses : ./.github/actions/pnpm-setup
2020 - name : Install dependencies
2121 run : pnpm install
You can’t perform that action at this time.
0 commit comments