diff --git a/action.yml b/action.yml index 4922fc75..9c00b9a7 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ runs: - name: Get all changed pom.xml and lockfile.json file(s) id: changed-files - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45 with: files: | **/pom.xml diff --git a/template/action.yml b/template/action.yml index 8cb72443..39a7e851 100644 --- a/template/action.yml +++ b/template/action.yml @@ -54,7 +54,7 @@ runs: - name: Get all changed pom.xml and lockfile.json file(s) id: changed-files - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45 with: files: | **/pom.xml