From 4446f8ef532ff5f015d8aedd420216a8d64ba883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:45:06 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake.yml | 2 +- .github/workflows/steward.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 5d5fc7c..ab04e3d 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -31,7 +31,7 @@ jobs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: 207424 private-key: ${{ secrets.STEWARD_PRIVATE_KEY }} diff --git a/.github/workflows/steward.yml b/.github/workflows/steward.yml index 86f0e44..decfa10 100644 --- a/.github/workflows/steward.yml +++ b/.github/workflows/steward.yml @@ -18,7 +18,7 @@ jobs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: 207424 private-key: ${{ secrets.STEWARD_PRIVATE_KEY }}