From 2252ca1f74b4bbbdc56821fe1e23a205bb4688d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:59:02 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1.10.3 to 1.11.6 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.11.6. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.11.6) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cc355f..223c3f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Obtain App Token - uses: actions/create-github-app-token@v1.10.3 + uses: actions/create-github-app-token@v1.11.6 id: get_token with: app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}