Skip to content

Commit 0c6f98e

Browse files
committed
add action/checkout@v4 to popular actions data set
1 parent d0b9589 commit 0c6f98e

File tree

2 files changed

+44
-18
lines changed

2 files changed

+44
-18
lines changed

popular_actions.go

Lines changed: 42 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate-popular-actions/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ var popularActions = []*action{
136136
},
137137
{
138138
slug: "actions/checkout",
139-
tags: []string{"v1", "v2", "v3"},
140-
next: "v4",
139+
tags: []string{"v1", "v2", "v3", "v4"},
140+
next: "v5",
141141
},
142142
{
143143
slug: "actions/configure-pages",

0 commit comments

Comments
 (0)