From 842a30fe86082db8c83c84547790dda55ec648ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:26:30 +0000 Subject: [PATCH] chore(deps): Bump actions/create-github-app-token from 1.5.1 to 1.6.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/eaddb9eb7e4226c68cf4b39f167c83e5bd132b3e...e995b4e40ace2eb5bf13137d9abe242c98f3aab6) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b95b6715..594177d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - - uses: actions/create-github-app-token@eaddb9eb7e4226c68cf4b39f167c83e5bd132b3e # v1.5.1 + - uses: actions/create-github-app-token@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1.6.0 id: app-token with: app-id: ${{ vars.APP_ID }}