diff --git a/.github/workflows/template_autodev.yml b/.github/workflows/template_autodev.yml index 5a04482..403bd66 100644 --- a/.github/workflows/template_autodev.yml +++ b/.github/workflows/template_autodev.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Get App Token if: ${{ env.USING_APP_CREDENTIALS == 'true' }} - uses: actions/create-github-app-token@v1.8.0 + uses: actions/create-github-app-token@v1.9.0 id: get_token with: app-id: ${{ secrets.app_id }} diff --git a/.github/workflows/template_automerge_dependabot.yml b/.github/workflows/template_automerge_dependabot.yml index d50a448..53cfd67 100644 --- a/.github/workflows/template_automerge_dependabot.yml +++ b/.github/workflows/template_automerge_dependabot.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Get App Token - uses: actions/create-github-app-token@v1.8.0 + uses: actions/create-github-app-token@v1.9.0 id: get_token with: app-id: ${{ secrets.app_id }} diff --git a/.github/workflows/template_release_drafter.yml b/.github/workflows/template_release_drafter.yml index f692436..0eb484e 100644 --- a/.github/workflows/template_release_drafter.yml +++ b/.github/workflows/template_release_drafter.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Get App Token if: ${{ env.USING_APP_CREDENTIALS == 'true' }} - uses: actions/create-github-app-token@v1.8.0 + uses: actions/create-github-app-token@v1.9.0 id: get_token with: app-id: ${{ secrets.app_id }}