From 40937804467aed177338eed15592af7cd1a1f09c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 06:34:45 +0900 Subject: [PATCH] ci(deps): update actions/create-github-app-token action to v1.8.2 (#120) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5dff18c..736dc50 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@e8e39f73bb84fdf315a015fa3104f314c0a258b4 # v1.8.1 + uses: actions/create-github-app-token@bf627a5a4415baceb13b8feb7cdbe1f4b112dc8d # v1.8.2 with: app-id: ${{ secrets.MAZI_RELEASE_APP_ID }} private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}