Skip to content

Commit

Permalink
chore(deps): pin dependencies in .github/workflows/pypi-test-release.…
Browse files Browse the repository at this point in the history
…yml (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 5f53324 commit a53d2d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version-file: "pyproject.toml"

- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5
with:
version: "0.6.1"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version-file: "pyproject.toml"

- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5
with:
version: "0.6.1"

Expand Down

0 comments on commit a53d2d2

Please sign in to comment.