diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 00aa2677..f349c50c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -8,7 +8,7 @@ jobs: validate-pr-title: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ secrets.DS_RELEASE_BOT_ID }} diff --git a/.github/workflows/deploy-mkdocs.yml b/.github/workflows/deploy-mkdocs.yml index b225a3ad..3038adc2 100644 --- a/.github/workflows/deploy-mkdocs.yml +++ b/.github/workflows/deploy-mkdocs.yml @@ -12,7 +12,7 @@ jobs: name: Deploy docs runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ secrets.DS_RELEASE_BOT_ID }}