Skip to content

Commit

Permalink
add action/checkout@v4 to popular actions data set
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 10, 2023
1 parent d0b9589 commit 0c6f98e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 18 deletions.
58 changes: 42 additions & 16 deletions popular_actions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ var popularActions = []*action{
},
{
slug: "actions/checkout",
tags: []string{"v1", "v2", "v3"},
next: "v4",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "actions/configure-pages",
Expand Down

0 comments on commit 0c6f98e

Please sign in to comment.