File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676 create-release-pr :
7777 needs : [resolve-bases, resolve-previous-ref]
7878 name : Create Release Pull Request using Github Tools
79- uses : MetaMask/github-tools/.github/workflows/create-release-pr.yml@6a04e4d0c8c25680a7543cfcd2e2fb7125b6759c
79+ uses : MetaMask/github-tools/.github/workflows/create-release-pr.yml@v1.1.0
8080 with :
8181 platform : extension
8282 checkout-base-branch : ${{ needs.resolve-bases.outputs.checkout_base }}
8383 release-pr-base-branch : ${{ needs.resolve-bases.outputs.release_base }}
8484 semver-version : ${{ inputs.semver-version }}
8585 previous-version-ref : ${{ needs.resolve-previous-ref.outputs.previous_ref }}
86- github-tools-version : 6a04e4d0c8c25680a7543cfcd2e2fb7125b6759c
86+ github-tools-version : v1.1.0
8787 secrets :
8888 # This token needs write permissions to metamask-extension & read permissions to metamask-planning
8989 # If called from auto-create-release-pr use the PR_TOKEN passed in as an input, if called manually use github secret token values
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 permissions :
4646 contents : write
4747 pull-requests : write
48- uses : MetaMask/github-tools/.github/workflows/update-release-changelog.yml@36dc168896c1b496f35fc880ee8a3625b4b837ba
48+ uses : MetaMask/github-tools/.github/workflows/update-release-changelog.yml@v1.1.0
4949 with :
5050 release-branch : ${{ github.ref_name }}
5151 repository-url : ${{ github.server_url }}/${{ github.repository }}
5252 platform : extension
53- github-tools-version : 36dc168896c1b496f35fc880ee8a3625b4b837ba
53+ github-tools-version : v1.1.0
5454 previous-version-ref : null
5555 secrets :
5656 github-token : ${{ secrets.PR_TOKEN }}
You can’t perform that action at this time.
0 commit comments