Skip to content

Commit cbac979

Browse files
committed
fix(ci): adjust action/checkout version in custom steps in end-to-end tests
1 parent 49704e3 commit cbac979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/end-to-end-tests.main.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ workflow(
104104
action = CustomAction(
105105
actionOwner = "actions",
106106
actionName = "checkout",
107-
actionVersion = "v5",
107+
actionVersion = "v6",
108108
),
109109
)
110110

@@ -131,7 +131,7 @@ workflow(
131131
action = object : RegularAction<Action.Outputs>(
132132
actionOwner = "actions",
133133
actionName = "checkout",
134-
actionVersion = "v5",
134+
actionVersion = "v6",
135135
) {
136136
override fun toYamlArguments() =
137137
linkedMapOf(

0 commit comments

Comments
 (0)