diff --git a/.github/workflows/publish_cli.yml b/.github/workflows/publish_cli.yml index 146d65d67..86cbd9bb6 100644 --- a/.github/workflows/publish_cli.yml +++ b/.github/workflows/publish_cli.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Check if cli/Cargo.toml and Cargo.lock are changed - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: all_changed_files with: files: | diff --git a/.github/workflows/publish_sdk.yml b/.github/workflows/publish_sdk.yml index 310947cb4..560242efa 100644 --- a/.github/workflows/publish_sdk.yml +++ b/.github/workflows/publish_sdk.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Check if sdk/Cargo.toml and Cargo.lock are changed - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: all_changed_files with: files: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbe15283f..ebbbedcda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Check if Cargo.toml and Cargo.lock are changed - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: all_changed_files with: files: |