From 6b20851438e1f64452df063ef665d0eb93ccc3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 22:41:08 +0000 Subject: [PATCH] build(deps): bump LizardByte/setup-python-action Bumps the github-actions group with 1 update: [LizardByte/setup-python-action](https://github.com/lizardbyte/setup-python-action). Updates `LizardByte/setup-python-action` from 2025.426.160528 to 2025.530.174035 - [Release notes](https://github.com/lizardbyte/setup-python-action/releases) - [Commits](https://github.com/lizardbyte/setup-python-action/compare/f4367d0377eceec7e5e26da8f3863dd365b95a94...6fe61189717d4cb073a3219e234749125f53b5c2) --- updated-dependencies: - dependency-name: LizardByte/setup-python-action dependency-version: 2025.530.174035 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-dav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index 1dea78370fbce..58cef83fcec8d 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.yml @@ -71,7 +71,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python - uses: LizardByte/setup-python-action@f4367d0377eceec7e5e26da8f3863dd365b95a94 # v2025.426.160528 + uses: LizardByte/setup-python-action@6fe61189717d4cb073a3219e234749125f53b5c2 # v2025.530.174035 with: python-version: '2.7'