Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update astral-sh/setup-uv action to v4.2.0 #103

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v4.0.0 -> v4.2.0

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v4.2.0: 🌈 Resolve latest version instead of downloading latest release

Compare Source

Changes

We got a frist contribution from @​pollenjp!

Thanks to this we are now resolving the latest version and try to find it in the local cache instead of always downloading the latest release from the uv repository.
This new approach is not only more efficient, it also fixes a latent bug in the self-hosted runners tools cache and makes the code more maintainable.

Thank you @​pollenjp!

🚀 Enhancements
🧰 Maintenance

v4.1.0: 🌈 Set UV_PYTHON for your workflow

Compare Source

Changes

You can now use the input python-version to set the environment variable UV_PYTHON for the rest of your workflow.
This will override any python version specifications in pyproject.toml and .python-version

- name: Install the latest version of uv and set the python version to 3.12
  uses: astral-sh/setup-uv@v4
  with:
    python-version: "3.12"

You can combine this with a matrix to test multiple python versions:

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version: ["3.9", "3.10", "3.11", "3.12"]
    steps:
      - uses: actions/checkout@v4
      - name: Install the latest version of uv and set the python version
        uses: astral-sh/setup-uv@v4
        with:
          python-version: ${{ matrix.python-version }}
      - name: Test with python ${{ matrix.python-version }}
        run: uv run --frozen pytest

🚀 Enhancements

🧰 Maintenance

📚 Documentation


Configuration

📅 Schedule: Branch creation - "before 4:00am on Sunday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 16, 2024
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v3.2.3 chore(deps): update astral-sh/setup-uv action to v3.2.4 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/github-actions branch from 9aa7cda to e6a6565 Compare November 23, 2024 09:20
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v3.2.4 chore(deps): update astral-sh/setup-uv action to v3.2.4 - autoclosed Nov 27, 2024
@renovate renovate bot deleted the renovate/github-actions branch November 27, 2024 06:50
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v3.2.4 - autoclosed chore(deps): update astral-sh/setup-uv action to v3.2.4 Nov 30, 2024
@renovate renovate bot reopened this Nov 30, 2024
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v3.2.4 chore(deps): update astral-sh/setup-uv action to v4.1.0 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/github-actions branch from e6a6565 to 876e617 Compare November 30, 2024 18:11
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v4.1.0 chore(deps): update astral-sh/setup-uv action to v4.2.0 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/github-actions branch from 876e617 to 8df9504 Compare November 30, 2024 22:15
@sushichan044 sushichan044 merged commit 6713f0a into main Dec 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant