From 889af01416e0bfdc41e19d6aa30c7d9512761a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:22:17 +0000 Subject: [PATCH] Bump actions/setup-python from 4.7.0 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v5.2.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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 738416c..599afa6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: uses: "actions/checkout@v3.5.3" - name: "Set up Python" - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v5.2.0 with: python-version: "3.12" cache: "pip"