From 8243811b67c334680cd9970378c22024dc05333c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 21 Oct 2024 20:04:09 +1300 Subject: [PATCH] ci: update `tj-actions/changed-files` (#298) This is the current latest version, with none of the breaking changes being impactful though [v44.0.0's is noteworthy for forks](https://github.com/tj-actions/changed-files/releases/tag/v44.0.0) Signed-off-by: Gareth Jones --- .github/workflows/validate-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-schema.yml b/.github/workflows/validate-schema.yml index 0a1a951..99ef116 100644 --- a/.github/workflows/validate-schema.yml +++ b/.github/workflows/validate-schema.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for changes to OSV Schema id: check-for-changed-osv-schema - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | validation/schema.json