From 0e3e58b7b4635cf0f84b41e0a803661aa7cb9128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 02:52:17 +0000 Subject: [PATCH] Update hatena/hatenablog-workflows digest to ce4c0e0 --- .github/actions/create-draft-pull-request/action.yaml | 2 +- .github/workflows/create-draft.yaml | 4 ++-- .github/workflows/initialize.yaml | 4 ++-- .github/workflows/pull-draft.yaml | 4 ++-- .github/workflows/pull.yaml | 2 +- .github/workflows/push-draft.yaml | 4 ++-- .github/workflows/push-published-entries.yaml | 2 +- .github/workflows/push-when-publishing-from-draft.yaml | 2 +- .github/workflows/push.yaml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/actions/create-draft-pull-request/action.yaml b/.github/actions/create-draft-pull-request/action.yaml index c57b07b..e56a4b7 100644 --- a/.github/actions/create-draft-pull-request/action.yaml +++ b/.github/actions/create-draft-pull-request/action.yaml @@ -43,7 +43,7 @@ runs: done shell: bash - name: move draft and update metadata - uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: get pull request template id: get-pull-request-template env: diff --git a/.github/workflows/create-draft.yaml b/.github/workflows/create-draft.yaml index 2877dff..afe1f1b 100644 --- a/.github/workflows/create-draft.yaml +++ b/.github/workflows/create-draft.yaml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: setup draft run: | yq --front-matter="process" ".Title=strenv(TITLE)" draft.template > draft @@ -47,7 +47,7 @@ jobs: run: | blogsync fetch ${{ steps.post-draft.outputs.ENTRY_PATH }} - name: pull draft by title - uses: hatena/hatenablog-workflows/.github/actions/create-draft-pull-request@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/create-draft-pull-request@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 with: title: ${{ inputs.title }} draft: ${{ inputs.draft }} diff --git a/.github/workflows/initialize.yaml b/.github/workflows/initialize.yaml index 8f74b1d..9309fdc 100644 --- a/.github/workflows/initialize.yaml +++ b/.github/workflows/initialize.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: set blog domain id: set-domain run: | @@ -34,7 +34,7 @@ jobs: blogsync pull ${{ steps.set-domain.outputs.BLOG_DOMAIN }} - name: move draft and update metadata if: inputs.is_draft_included == true - uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: delete draft files if: inputs.is_draft_included == false run: | diff --git a/.github/workflows/pull-draft.yaml b/.github/workflows/pull-draft.yaml index 4af1f1d..30c11eb 100644 --- a/.github/workflows/pull-draft.yaml +++ b/.github/workflows/pull-draft.yaml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: set blog domain id: set-domain run: | @@ -52,7 +52,7 @@ jobs: fi echo "ENTRY_PATH=$entry_path" >> $GITHUB_OUTPUT - name: pull draft by title - uses: hatena/hatenablog-workflows/.github/actions/create-draft-pull-request@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/create-draft-pull-request@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 with: title: ${{ inputs.title }} draft: ${{ inputs.draft }} diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index 4293eb0..e95d50b 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: set blog domain id: set-domain run: | diff --git a/.github/workflows/push-draft.yaml b/.github/workflows/push-draft.yaml index 5a3432f..3922381 100644 --- a/.github/workflows/push-draft.yaml +++ b/.github/workflows/push-draft.yaml @@ -8,7 +8,7 @@ on: jobs: upload-images: - uses: hatena/hatenablog-workflows/.github/workflows/upload-images.yaml@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/workflows/upload-images.yaml@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 secrets: OWNER_API_KEY: ${{ secrets.OWNER_API_KEY }} push-draft: @@ -23,7 +23,7 @@ jobs: ref: ${{ needs.upload-images.result == 'success' && needs.upload-images.outputs.revision || '' }} fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: Get changed draft files id: changed-draft-files uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 diff --git a/.github/workflows/push-published-entries.yaml b/.github/workflows/push-published-entries.yaml index 693ebad..72d548f 100644 --- a/.github/workflows/push-published-entries.yaml +++ b/.github/workflows/push-published-entries.yaml @@ -9,6 +9,6 @@ on: jobs: upload-images: if: github.event.pull_request.merged == false - uses: hatena/hatenablog-workflows/.github/workflows/upload-images.yaml@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/workflows/upload-images.yaml@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 secrets: OWNER_API_KEY: ${{ secrets.OWNER_API_KEY }} diff --git a/.github/workflows/push-when-publishing-from-draft.yaml b/.github/workflows/push-when-publishing-from-draft.yaml index ef3340e..c181a30 100644 --- a/.github/workflows/push-when-publishing-from-draft.yaml +++ b/.github/workflows/push-when-publishing-from-draft.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: Get changed draft files id: changed-draft-files uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 7336c78..98a256c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: setup - uses: hatena/hatenablog-workflows/.github/actions/setup@2c159def2fce5ebed56e62d70136a4a93a435725 # v2.0.5 + uses: hatena/hatenablog-workflows/.github/actions/setup@ce4c0e01255ad9348842e5ce09809c3ec499e43d # v2.0.5 - name: Get changed files id: changed-files uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0