From e436534d041a27005c9b88bc69a95a729310058e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:59:12 +0000 Subject: [PATCH] Bump umani/changed-files from 3.3.0 to 4.0.1 Bumps [umani/changed-files](https://github.com/umani/changed-files) from 3.3.0 to 4.0.1. - [Release notes](https://github.com/umani/changed-files/releases) - [Commits](https://github.com/umani/changed-files/compare/1d252c611c64289d35243fc37ece7323ea5e93e1...0239328a3a6268aad16af7c3e4efc78e32d6c0f0) --- updated-dependencies: - dependency-name: umani/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 24a8d2f6dc..6590a2735d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check for changed files id: changedfiles - uses: umani/changed-files@1d252c611c64289d35243fc37ece7323ea5e93e1 # Version 3.3.0 + uses: umani/changed-files@0239328a3a6268aad16af7c3e4efc78e32d6c0f0 # Version 4.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pattern: '^docs/CHANGELOG.*$'