From 26ce372a1899f345ac6a72e221146426c03c52ea Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 18 Nov 2022 09:06:51 -0800 Subject: [PATCH] Relax versioning of tj-actions/changed-files GitHub Action to reduce noise from dependency updates. --- .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 0c4c764..07cc52c 100644 --- a/.github/workflows/changed.yml +++ b/.github/workflows/changed.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: tj-actions/changed-files@v34.4.3 + - uses: tj-actions/changed-files@v34 id: changed-files with: files: '**/*.md'