diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 29ad3cd..53814b3 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -12,7 +12,7 @@ jobs: name: "Bump version and create changelog with commitizen" steps: - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 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 e3dcb19..9a3ce6b 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }} diff --git a/.github/workflows/weekly_download.yml b/.github/workflows/weekly_download.yml index a5f915b..4241df5 100644 --- a/.github/workflows/weekly_download.yml +++ b/.github/workflows/weekly_download.yml @@ -15,7 +15,7 @@ jobs: - name: npm - name: dockerhub steps: - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}