Skip to content

Commit

Permalink
Merge pull request #85 from hatena/renovate/tj-actions-changed-files-…
Browse files Browse the repository at this point in the history
…45.x

Update tj-actions/changed-files action to v45
  • Loading branch information
theoremoon authored Aug 23, 2024
2 parents aff4c66 + cb2329e commit a01a3db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: hatena/hatenablog-workflows/.github/actions/setup@v1
- name: Get changed draft files
id: changed-draft-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: draft_entries/**/*.md
- name: push only draft entry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-when-publishing-from-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: hatena/hatenablog-workflows/.github/actions/setup@v1
- name: Get changed draft files
id: changed-draft-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: draft_entries/**/*.md
since_last_remote_commit: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: hatena/hatenablog-workflows/.github/actions/setup@v1
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: ${{ inputs.local_root }}/**/*.md
since_last_remote_commit: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- name: list changed entries
id: changed-entries
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
**.md
Expand Down

0 comments on commit a01a3db

Please sign in to comment.