Skip to content

Commit

Permalink
chore: update tj-actions/changed-files action to v40 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 0a7ed29 commit 8b92ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get all files that have changed
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: |
src/**/*.ts
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get all files that have changed
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files_yaml: |
code:
Expand Down

0 comments on commit 8b92ac8

Please sign in to comment.