@@ -31,8 +31,8 @@ def test_update_action(cli_runner: CliRunner, test_project_path_str, step_parser
3131 expected_actions ["actions/download-artifact" ] = Action (
3232 owner = "actions" ,
3333 repo = "download-artifact" ,
34- commit = "634f93cb2916e3fdff6788551b99b062d0335ce0 " ,
35- version = Version .parse ("5 .0.0" ),
34+ commit = "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 " ,
35+ version = Version .parse ("6 .0.0" ),
3636 )
3737 expected_actions ["actions/setup-python" ] = Action (
3838 owner = "actions" ,
@@ -43,8 +43,8 @@ def test_update_action(cli_runner: CliRunner, test_project_path_str, step_parser
4343 expected_actions ["actions/upload-artifact" ] = Action (
4444 owner = "actions" ,
4545 repo = "upload-artifact" ,
46- commit = "ea165f8d65b6e75b540449e92b4886f43607fa02 " ,
47- version = Version .parse ("4.6.2 " ),
46+ commit = "330a01c490aca151604b8cf639adc76d48f6c5d4 " ,
47+ version = Version .parse ("5.0.0 " ),
4848 )
4949 expected_actions ["astral-sh/ruff-action" ] = Action (
5050 owner = "astral-sh" ,
@@ -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 = "eb1897b8dc4b5d5bfe39a428a8f2304605e0983c " ,
59- version = Version .parse ("7.0.0 " ),
58+ commit = "2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 " ,
59+ version = Version .parse ("7.1.1 " ),
6060 )
6161 expected_actions ["pypa/gh-action-pypi-publish" ] = Action (
6262 owner = "pypa" ,
0 commit comments