Skip to content

Commit a0a60ba

Browse files
committed
ci: update action version and test
1 parent bf642ae commit a0a60ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

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

5858
- !step
5959
name: Setup | Install uv
60-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
60+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
6161
- name: Setup | Install python-semantic-release
6262
env:
6363
UV_NO_MANAGED_PYTHON: true

.github/workflows/release.yml

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

7070
- !step
7171
name: Setup | Install uv
72-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
72+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
7373
- name: Setup | Install python-semantic-release
7474
run: uv tool install python-semantic-release
7575

.github/workflows/test-e2e.yml

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

5656
- !step
5757
name: Setup | Install uv
58-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
58+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
5959
- name: Setup | Install Project Dependencies for Test
6060
env:
6161
UV_NO_MANAGED_PYTHON: true

tests/e2e/test_update_actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def test_update_action(cli_runner: CliRunner, test_project_path_str, step_parser
5555
expected_actions["astral-sh/setup-uv"] = Action(
5656
owner="astral-sh",
5757
repo="setup-uv",
58-
commit="2ddd2b9cb38ad8efd50337e8ab201519a34c9f24",
59-
version=Version.parse("7.1.1"),
58+
commit="85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41",
59+
version=Version.parse("7.1.2"),
6060
)
6161
expected_actions["pypa/gh-action-pypi-publish"] = Action(
6262
owner="pypa",

0 commit comments

Comments
 (0)