From fea8f35bc0dc102ffd06e8f0a505df11e5e82250 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 2 Jan 2024 14:24:15 -0500 Subject: [PATCH] Update actions to resolve technical currency Signed-off-by: Andrew W. Harn --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8ce0708..4167607 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,7 +13,7 @@ jobs: - name: Get Changed Files id: files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: "**/*.json" - run: |