Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 44 to 45 (#1186)
Browse files Browse the repository at this point in the history
Bumps tj-actions/changed-files from 44 to 45.
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 7058be5 commit f390c72
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_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Check if cli/Cargo.toml and Cargo.lock are changed
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
id: all_changed_files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Check if sdk/Cargo.toml and Cargo.lock are changed
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
id: all_changed_files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Check if Cargo.toml and Cargo.lock are changed
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
id: all_changed_files
with:
files: |
Expand Down

0 comments on commit f390c72

Please sign in to comment.