Skip to content

Commit

Permalink
add major versions to popular actions data set
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 11, 2024
1 parent 0425bd3 commit 8a2d0ff
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions popular_actions.go

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

8 changes: 4 additions & 4 deletions scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ var popularActions = []*action{
},
{
slug: "actions/delete-package-versions",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
next: "v6",
},
{
slug: "actions/download-artifact",
Expand Down Expand Up @@ -339,8 +339,8 @@ var popularActions = []*action{
},
{
slug: "golangci/golangci-lint-action",
tags: []string{"v1", "v2", "v3"},
next: "v4",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "goreleaser/goreleaser-action",
Expand Down

0 comments on commit 8a2d0ff

Please sign in to comment.