File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 fetch-depth : 0
4242 token : ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 - 22
1717 - 24
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 with :
2121 # yarn lint (backstage-cli repo lint) uses this
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 NODE_OPTIONS : --max-old-space-size=4096
1818
1919 steps :
20- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535 with :
3636 # check-if-release.js diffs HEAD against its parent commit; without full
3737 # history HEAD^ is missing on the default shallow checkout (e.g. on
7878
7979 steps :
8080 - name : Checkout repository
81- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282
8383 - name : Set up Node.js ${{ matrix.node-version }}
8484 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121 with :
2222 fetch-depth : 0
2323
3939
4040 - name : create release pull request
4141 id : changesets
42- uses : changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7 .0
42+ uses : changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8 .0
4343 env :
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments