Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 35 to 41 in /.github/…
Browse files Browse the repository at this point in the history
…workflows (#1061)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 4, 2024
1 parent 0619701 commit 532011f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41

- name: Hz Test
if: contains(steps.changed-files.outputs.all_changed_files, 'cmd/hz')
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41

- name: Install Protobuf
shell: pwsh
Expand Down

0 comments on commit 532011f

Please sign in to comment.