diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6176db3abae..729ea31122e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,13 +73,13 @@ jobs: fetch-depth: 0 - name: get CI changes id: changed-ci - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v44 with: files: | .github/workflows/ci.yaml - name: get changed rs files id: changed-rs - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v44 with: files: | **/*.rs @@ -93,19 +93,19 @@ jobs: .cargo/** - name: get markdown changes id: changed-markdown - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v44 with: files: | README.md - name: get protocol changes id: changed-protocol - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v44 with: files: | mirrord/protocol/** - name: get protocol toml changes id: changed-protocol-toml - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v44 with: files: | mirrord/protocol/Cargo.toml