diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2c597cc..a23fae3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: node-version: 20 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: true escape_json: false diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 829abe7..1a10884 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,7 +27,7 @@ jobs: node-version: 20 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: true escape_json: false