From cc5d75e8a23236e009595eba2e5da398ac2a787b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 08:56:28 -0700 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.0 to 29.0.1 (#22) --- .github/workflows/changed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changed.yml b/.github/workflows/changed.yml index 2d77796..5eeb0fe 100644 --- a/.github/workflows/changed.yml +++ b/.github/workflows/changed.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - uses: tj-actions/changed-files@v29.0.0 + - uses: tj-actions/changed-files@v29.0.1 id: changed-files with: files: '**/*.md'