File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ Add this step to your `.github/workflows/release.yml` file after the `changesets
5050 title : ' ci: Version Packages'
5151 env :
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5453
5554- name : Comment on PRs about release
5655 if : steps.changesets.outputs.published == 'true'
Original file line number Diff line number Diff line change 66 - name : Setup pnpm
77 uses : pnpm/action-setup@v4.2.0
88 - name : Setup Node
9- uses : actions/setup-node@v5.0 .0
9+ uses : actions/setup-node@v6.1 .0
1010 with :
1111 node-version-file : .nvmrc
1212 package-manager-cache : false
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5 .0.0
21+ uses : actions/checkout@v6 .0.1
2222 with :
2323 fetch-depth : 0
2424 - name : Setup Tools
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5 .0.0
22+ uses : actions/checkout@v6 .0.1
2323 with :
2424 fetch-depth : 0
2525 - name : Setup Tools
2626 uses : ./.github/setup
2727 - name : Get base and head commits for `nx affected`
28- uses : nrwl/nx-set-shas@v4.3.3
28+ uses : nrwl/nx-set-shas@v4.4.0
2929 with :
3030 main-branch-name : main
3131 - name : Run Checks
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5 .0.0
38+ uses : actions/checkout@v6 .0.1
3939 with :
4040 fetch-depth : 0
4141 - name : Setup Tools
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v5 .0.0
52+ uses : actions/checkout@v6 .0.1
5353 with :
5454 fetch-depth : 0
5555 - name : Check Provenance
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5 .0.0
27+ uses : actions/checkout@v6 .0.1
2828 with :
2929 fetch-depth : 0
3030 - name : Setup Tools
4141 title : ' ci: Version Packages'
4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4544 - name : Comment on PRs and issues about release
4645 if : steps.changesets.outputs.published == 'true'
4746 uses : ./.github/comment-on-release
You can’t perform that action at this time.
0 commit comments