Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v44 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 17f4d49 commit cce7260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-theme.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Check changes in theme
id: changed-theme-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: "true"
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43.0.1
uses: tj-actions/changed-files@v44.0.0
with:
files: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vale.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43.0.1
uses: tj-actions/changed-files@v44.0.0
with:
files: |
**/*.{md,mdx}
Expand Down

0 comments on commit cce7260

Please sign in to comment.