From 3f0175125854b7c519475bb1b7d4fc291cb1a6c2 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:37:25 +0000 Subject: [PATCH] chore(deps): update zerogachis/.github action to v7 --- .github/workflows/pullrequest-push.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullrequest-push.yml b/.github/workflows/pullrequest-push.yml index 316c38e..6354da8 100644 --- a/.github/workflows/pullrequest-push.yml +++ b/.github/workflows/pullrequest-push.yml @@ -32,7 +32,7 @@ jobs: install_args: python poetry cache: true - name: Install Python dependencies - uses: ZeroGachis/.github/.github/actions/poetry-install@v6 + uses: ZeroGachis/.github/.github/actions/poetry-install@v7 with: aws_account_id: ${{ vars.PULL_REQUEST_AWS_ACCOUNT_ID }} install_options: --with ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2980df..bb0769f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: github-release: - uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v6 + uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v7 secrets: inherit permissions: contents: write @@ -22,7 +22,7 @@ jobs: publish: needs: github-release if: ${{ needs.github-release.outputs.release_created == 'true' }} - uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v6 + uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v7 secrets: inherit permissions: contents: write