From 28a183d0975213f15860418c833a2760fe652a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:00:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 3.1.0 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 331cea5..6cf9f79 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3.1.0 + - uses: actions/setup-python@v4.5.0 - uses: psf/black@stable with: args: ". --check" \ No newline at end of file