From b5a3e0d212b9c1394de39bd6547385ad8242fd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:17:34 +0000 Subject: [PATCH] build(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `actions/setup-python` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0) Updates `tj-actions/changed-files` from 43 to 44 - [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/v43...v44) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-codespell.yml b/.github/workflows/auto-codespell.yml index a2dd0ec88..b48311c63 100644 --- a/.github/workflows/auto-codespell.yml +++ b/.github/workflows/auto-codespell.yml @@ -23,7 +23,7 @@ jobs: name: PreCommit runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v5.0.0 + - uses: actions/setup-python@v5.1.0 - uses: DeterminateSystems/nix-installer-action@v10 with: diagnostic-endpoint: "" @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: files - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 - name: nix checks run: nix flake check - name: nix pre-commit