Skip to content

Commit

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

chore(deps): update tj-actions/changed-files action to v42
  • Loading branch information
theoremoon committed Jan 23, 2024
2 parents 312a9ce + 84109db commit f0e74e9
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 @@ -24,7 +24,7 @@ jobs:
uses: hatena/hatenablog-workflows/.github/actions/setup@v1
- name: Get changed draft files
id: changed-draft-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: draft_entries/**
- 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@v41
uses: tj-actions/changed-files@v42
with:
files: draft_entries/**
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@v41
uses: tj-actions/changed-files@v42
with:
files: ${{ inputs.local_root }}/**
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@v41
uses: tj-actions/changed-files@v42
with:
files: |
**.md
Expand Down

0 comments on commit f0e74e9

Please sign in to comment.