From 09a321e6cd22beb1ac912d6036c84e3e8dc4d823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:30:06 +0000 Subject: [PATCH] Update tj-actions/changed-files action to v44 --- .github/workflows/on-pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 8134b77..364a6ca 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: judge-needs-test-go - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **/*.go @@ -22,12 +22,12 @@ jobs: go.sum .github/workflows/task-test-go.yml - id: judge-needs-lint-markdown - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **/*.md - id: judge-needs-lint-yaml - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **/*.y{,a}ml