From aa13442d7797cdbdf30a85d39c02f44db24e9059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 05:27:18 -0700 Subject: [PATCH] Bump actions/setup-python from 4.8.0 to 5.0.0 (#76) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on_pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index 676c2bd..2ae67ec 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -24,7 +24,7 @@ jobs: - name: Check out source repository uses: actions/checkout@v4.1.1 - name: Set up Python environment - uses: actions/setup-python@v4.8.0 + uses: actions/setup-python@v5.0.0 with: python-version: "3.9" - name: flake8 Lint