Skip to content

Commit 9853eeb

Browse files
dependabot[bot]Copilotlhoupert
authored
ci: fix astral-sh/setup-uv version comment tags to match v8.0.0 SHA (#59)
* ci: bump astral-sh/setup-uv from 5.4.2 to 8.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5.4.2 to 8.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5.4.2...cec2083) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: fix setup-uv version comment tags to match v8.0.0 Agent-Logs-Url: https://github.com/developmentseed/action-python-security-auditing/sessions/06aab771-50dc-4269-81cf-84d7e08df002 Co-authored-by: lhoupert <10154151+lhoupert@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lhoupert <10154151+lhoupert@users.noreply.github.com>
1 parent 1de80d4 commit 9853eeb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2424
with:
2525
python-version: '3.13'
26-
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.3.1
26+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2727
- run: uv pip install --system pre-commit==4.2.0
2828
- run: pre-commit run --all-files --show-diff-on-failure --color=always
2929

@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3838
with:
3939
python-version: '3.13'
40-
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.3.1
40+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4141
- name: Install package and dev dependencies
4242
run: uv pip install --system -e ".[dev]"
4343
- name: Run tests

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Set up uv
170170
if: matrix.setup == 'uv'
171-
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.3.1
171+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
172172

173173
- name: Generate uv.lock
174174
if: matrix.setup == 'uv'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
targets: ${{ steps.resolve-targets.outputs.targets }}
6969

7070
- name: Set up uv
71-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
71+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
7272
with:
7373
python-version: '3.13'
7474

0 commit comments

Comments
 (0)