From 9adde0edb9429c9e22eedbd7a27ac0e2761a23df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:45:24 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1.9.0 to 1.10.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_autodev.yml | 2 +- .github/workflows/template_automerge_dependabot.yml | 2 +- .github/workflows/template_gitops.yml | 2 +- .github/workflows/template_release_drafter.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/template_autodev.yml b/.github/workflows/template_autodev.yml index 403bd66..7d2663d 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.9.0 + uses: actions/create-github-app-token@v1.10.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 6cb350f..3d5dae2 100644 --- a/.github/workflows/template_automerge_dependabot.yml +++ b/.github/workflows/template_automerge_dependabot.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Get App Token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.10.0 id: get_token with: app-id: ${{ secrets.app_id }} diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 03c141d..775d923 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -89,7 +89,7 @@ jobs: - name: Get App Token if: ${{ env.USING_APP_CREDENTIALS == 'true' }} - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.10.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 0eb484e..de50f3a 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.9.0 + uses: actions/create-github-app-token@v1.10.0 id: get_token with: app-id: ${{ secrets.app_id }}