diff --git a/action.yml b/action.yml index 5b027b86..b4414c8b 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ runs: - name: Get all changed pom.xml file(s) id: changed-files - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45 + uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45 with: files: | **/pom.xml diff --git a/template/action.yml b/template/action.yml index f831a142..1a0790ae 100644 --- a/template/action.yml +++ b/template/action.yml @@ -54,7 +54,7 @@ runs: - name: Get all changed pom.xml file(s) id: changed-files - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45 + uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45 with: files: | **/pom.xml