From 5584914adb780ece190192a418cb75356e09c5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:41:35 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1.10.3 to 1.11.3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.11.3. - [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.3) --- 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..4c0e904 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.3 id: get_token with: app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}