Skip to content

Commit

Permalink
update popular actions data set
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 1, 2023
1 parent 373b470 commit 2940853
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 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 @@ -190,8 +190,8 @@ var popularActions = []*action{
},
{
slug: "actions/setup-node",
tags: []string{"v1", "v2", "v3"},
next: "v4",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "actions/setup-python",
Expand Down

0 comments on commit 2940853

Please sign in to comment.