From b16352da4cbd8c0eeb55f975a237f4f3e7a51ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:52:52 +0000 Subject: [PATCH] ci: bump actions/setup-python from 5.4.0 to 5.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07b84fc..6309616 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: sudo apt-get install libldap2-dev libsasl2-dev libssl-dev libxml2-dev libxslt-dev libgeos-c1v5 - name: "Set up Python" - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: python-version: '3.12' cache: 'pip'