From a2540f8bfdc253c4eb9b9b505fdd0015f312536c Mon Sep 17 00:00:00 2001 From: "liblaf-copier[bot]" <271773752+liblaf-copier[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 01:15:17 +0000 Subject: [PATCH] chore(copier): update from template --- .config/copier/.copier-answers.release.yaml | 2 +- .github/workflows/release-pr.yaml | 6 +++--- .github/workflows/release-publish.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/copier/.copier-answers.release.yaml b/.config/copier/.copier-answers.release.yaml index 5f4c7d6..416cde0 100644 --- a/.config/copier/.copier-answers.release.yaml +++ b/.config/copier/.copier-answers.release.yaml @@ -1,4 +1,4 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.3.9 +_commit: v0.3.10 _src_path: gh:liblaf/copier-release diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index d7cb3a9..1807d51 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -34,12 +34,12 @@ jobs: with: fetch-depth: 0 - name: Install git-cliff - uses: taiki-e/install-action@bffeee26d4db9be238a4ea78d8826604ebcb594d # v2 + uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 with: tool: git-cliff - id: version name: Next version - uses: liblaf/actions/next-version@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3 + uses: liblaf/actions/next-version@9b52184f36acd04a347cbb92fe4155c42a753b4a # v3 env: GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }} GITHUB_TOKEN: ${{ github.token }} @@ -60,7 +60,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3 + uses: liblaf/actions/auth@9b52184f36acd04a347cbb92fe4155c42a753b4a # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index 49a1309..00f2266 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -23,7 +23,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3 + uses: liblaf/actions/auth@9b52184f36acd04a347cbb92fe4155c42a753b4a # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}