diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index bb0d709..61f12a0 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -12,7 +12,7 @@ jobs: name: "Bump version and create changelog with commitizen" steps: - - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 id: app-token with: app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }} diff --git a/.github/workflows/preview-bump-version.yml b/.github/workflows/preview-bump-version.yml index ca12a1f..a6da975 100644 --- a/.github/workflows/preview-bump-version.yml +++ b/.github/workflows/preview-bump-version.yml @@ -12,7 +12,7 @@ jobs: name: "Preview next version" steps: - - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 id: app-token with: app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}