From 92f2d8c2f182b1583746c7197a1466a1dc70bd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:30:01 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-plz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 8e3c00b..8691fb5 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.APP_ID }} @@ -51,7 +51,7 @@ jobs: cancel-in-progress: false steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.APP_ID }}