diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 358cc718c..56048491a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -45,7 +45,7 @@ jobs: # -- Start of Maven Conformance Tests (Ran only when there's version changes) -- - name: Get changed file id: changed_file - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: publish/cel_version.bzl - name: Verify Version Consistency