File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@main
14+ uses : actions/checkout@master
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
1919 - name : Setup Node.js 12.x
20- uses : actions/setup-node@main
20+ uses : actions/setup-node@master
2121 with :
2222 node-version : 12.x
2323
2626
2727 - name : Create Release Pull Request or Publish to npm
2828 id : changesets
29- uses : changesets/action@main
29+ uses : changesets/action@master
3030 with :
3131 # This expects you to have a script called release which does a build for your packages and calls changeset publish
3232 publish : yarn release
You can’t perform that action at this time.
0 commit comments