From ead4537b40de534aea5992343479d79dfbd41c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:10:23 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files in the actions group Bumps the actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 44 to 45 - [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...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-codespell.yml b/.github/workflows/auto-codespell.yml index cb3c144d7..fd80e9f8f 100644 --- a/.github/workflows/auto-codespell.yml +++ b/.github/workflows/auto-codespell.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 - name: nix checks run: nix flake check - name: nix pre-commit