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