From 6116e6758e8d6cec050b8033cab8b31348767104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 09:08:25 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_reminder.yaml | 4 ++-- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog_reminder.yaml b/.github/workflows/changelog_reminder.yaml index da0f670a04..e1cb4f3f55 100644 --- a/.github/workflows/changelog_reminder.yaml +++ b/.github/workflows/changelog_reminder.yaml @@ -14,14 +14,14 @@ jobs: - name: Get all updated Python files id: changed-python-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | **.py - name: Check for the changelog update id: changelog-update - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: docs/changelog.rst diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 333706dc72..f5cbdaec54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Get changed lyrics files id: lyrics-update - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: files: | beetsplug/lyrics.py diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16757da278..4a221462cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,13 +22,13 @@ jobs: - uses: actions/checkout@v4 - name: Get changed docs files id: changed-doc-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | docs/** - name: Get changed python files id: raw-changed-python-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: | **.py