From 1192e146a0d700ef1291be4247e4738ab0f1d62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:30:57 +0900 Subject: [PATCH] build(deps): bump suzuki-shunsuke/pinact-action from 0.1.2 to 1.0.0 (#42) Bumps [suzuki-shunsuke/pinact-action](https://github.com/suzuki-shunsuke/pinact-action) from 0.1.2 to 1.0.0. - [Release notes](https://github.com/suzuki-shunsuke/pinact-action/releases) - [Commits](https://github.com/suzuki-shunsuke/pinact-action/compare/d735505f3decf76fca3fdbb4c952e5b3eba0ffdd...49cbd6acd0dbab6a6be2585d1dbdaa43b4410133) --- updated-dependencies: - dependency-name: suzuki-shunsuke/pinact-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pinact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pinact.yml b/.github/workflows/pinact.yml index 299a8b4..ade50b0 100644 --- a/.github/workflows/pinact.yml +++ b/.github/workflows/pinact.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Pin actions - uses: suzuki-shunsuke/pinact-action@d735505f3decf76fca3fdbb4c952e5b3eba0ffdd # v0.1.2 + uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0 with: app_id: ${{ vars.BOT_APP_ID }} app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}