Skip to content

Commit 1c8bf7a

Browse files
chore(deps): update astral-sh/setup-uv digest to d9e0f98
1 parent 9164aa8 commit 1c8bf7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0 # fetch all history
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
16+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
1717

1818
- name: Install dependencies
1919
run: uv sync
@@ -61,7 +61,7 @@ jobs:
6161
run: sudo apt-get install -y libxmlsec1-dev
6262

6363
- name: Install uv
64-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
64+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
6565

6666
- name: Pin python-version ${{ matrix.python-version }}
6767
run: uv python pin ${{ matrix.python-version }}
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8888

8989
- name: Install uv
90-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
90+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
9191

9292
# extract the app name out of the tag's ref value
9393
- id: get-app-name

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev
1919

2020
- name: Install uv
21-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
21+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
2222

2323
- name: Self-hosted Renovate
2424
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7

0 commit comments

Comments
 (0)