Skip to content

Commit 460fbb0

Browse files
authored
Merge pull request #563 from Ponte-Energy-Partners/dependabot/github_actions/astral-sh/setup-uv-7.1.6
build(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.6
2 parents 1fe32b4 + a4c9e90 commit 460fbb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- id: uv
4747
name: Install uv
48-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
48+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4949
with:
5050
enable-cache: false
5151
- name: Set up Python

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- name: Install uv
45-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
45+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Check code formatting

0 commit comments

Comments
 (0)