From 8b92ac8209a978e25595d1df375ff381c77d2167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:09:59 +0200 Subject: [PATCH] chore: update tj-actions/changed-files action to v40 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/snyk.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snyk.yaml b/.github/workflows/snyk.yaml index f310fc6..acb2d92 100644 --- a/.github/workflows/snyk.yaml +++ b/.github/workflows/snyk.yaml @@ -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 @@ -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: