Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5.2.1 (#599)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 5f50345 commit 015de25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠 Set up UV and Python 3
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
id: python
with:
enable-cache: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up UV and Python ${{ matrix.python-version }}
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
with:
enable-cache: true
cache-suffix: test-${{ matrix.python-version }}-${{ matrix.os }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python 3 and UV
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
id: python

- name: Run build
Expand All @@ -148,7 +148,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python3
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
id: python

- name: 📦 Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python3
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
id: python

- name: Build
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python3 and uv
uses: astral-sh/[email protected].0
uses: astral-sh/[email protected].1
id: python

- name: 📦 Install dependencies
Expand Down

0 comments on commit 015de25

Please sign in to comment.