Skip to content

Commit 87d1b21

Browse files
authored
Merge pull request #9 from getyourguide/pin-uv-to-commit
Pin uv to commit
2 parents 5447db1 + 1e9a92c commit 87d1b21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Install Python and UV
44-
uses: astral-sh/setup-uv@v5
44+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565
- name: Install Python and UV
66-
uses: astral-sh/setup-uv@v5
66+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
6767
with:
6868
python-version: ${{ env.PYTHON_VERSION }}
6969
- name: Install dependencies

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Versions are automatically determined based on [Conventional Commits](https://ww
122122
- `feat:` - New feature → **MINOR** version bump (0.1.0 → 0.2.0)
123123
- `fix:` - Bug fix → **PATCH** version bump (0.1.0 → 0.1.1)
124124
- `feat!:` or `BREAKING CHANGE:` - Breaking change → **MAJOR** version bump (0.1.0 → 1.0.0)
125+
- `chore:`, `docs:`, `style:`, `refactor:`, `test:`, `ci:` - No version bump
125126

126127
**Example commits:**
127128
```bash

0 commit comments

Comments
 (0)