From d1b3a25ac4ec35b83176055ad2e41eefeb6af36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 01:58:13 +0000 Subject: [PATCH] Bump actions/setup-python from 3 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index f911fef..b3f68e2 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Setup Python ${{ matrix.python-version}}" - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: "${{ matrix.python-version}}" @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Setup Python ${{ matrix.python-version}}" - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: "${{ matrix.python-version}}"