From b38effefe471d86f5df6185c834d1af5b4ebee10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:08:56 +0100 Subject: [PATCH] Bump actions/setup-python from 5 to 6 in /.github/actions/create-dev-env (#2314) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/create-dev-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-dev-env/action.yml b/.github/actions/create-dev-env/action.yml index 6def1ee6..730320a1 100644 --- a/.github/actions/create-dev-env/action.yml +++ b/.github/actions/create-dev-env/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Set Up Python 🐍 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.12