From f390c72f1f5013d6322acd101f93383cc096c986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:47:52 +0200 Subject: [PATCH] Bump tj-actions/changed-files from 44 to 45 (#1186) Bumps tj-actions/changed-files from 44 to 45. --- .github/workflows/publish_cli.yml | 2 +- .github/workflows/publish_sdk.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: |