Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Sep 21, 2023
1 parent 2eaf70a commit 8742d9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class IntegrationTest : FunSpec({
action = CustomAction(
actionOwner = "actions",
actionName = "checkout",
actionVersion = "v3",
actionVersion = "v4",
inputs = mapOf(
"repository" to "actions/checkout",
"ref" to "v3",
Expand Down Expand Up @@ -226,7 +226,7 @@ class IntegrationTest : FunSpec({
action = object : RegularAction<Action.Outputs>(
actionOwner = "actions",
actionName = "checkout",
actionVersion = "v3",
actionVersion = "v4",
) {
override fun toYamlArguments() = linkedMapOf(
"repository" to "actions/checkout",
Expand Down

0 comments on commit 8742d9f

Please sign in to comment.