From e038f6e507138fa2d849215f3b56492f8c07b25c Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Wed, 7 Aug 2024 14:27:39 +0300 Subject: [PATCH] bumpi --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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