Skip to content

Commit

Permalink
update popular actions data set to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 18, 2023
1 parent 0a86b35 commit 7e38a88
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 14 deletions.
153 changes: 153 additions & 0 deletions popular_actions.go

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

28 changes: 14 additions & 14 deletions scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ var popularActions = []*action{
},
{
slug: "aws-actions/configure-aws-credentials",
tags: []string{"v1", "v2", "v3"},
next: "v4",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "azure/aks-set-context",
Expand Down Expand Up @@ -259,28 +259,28 @@ var popularActions = []*action{
next: "v5"}, // v1 does not exist
{
slug: "docker/build-push-action",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
next: "v6",
},
{
slug: "docker/login-action",
tags: []string{"v1", "v2"},
next: "v3",
tags: []string{"v1", "v2", "v3"},
next: "v4",
},
{
slug: "docker/metadata-action",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
next: "v6",
},
{
slug: "docker/setup-buildx-action",
tags: []string{"v1", "v2"},
next: "v3",
tags: []string{"v1", "v2", "v3"},
next: "v4",
},
{
slug: "docker/setup-qemu-action",
tags: []string{"v1", "v2"},
next: "v3",
tags: []string{"v1", "v2", "v3"},
next: "v4",
},
{
slug: "dorny/paths-filter",
Expand Down Expand Up @@ -342,8 +342,8 @@ var popularActions = []*action{
},
{
slug: "goreleaser/goreleaser-action",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
next: "v6",
},
{
slug: "gradle/wrapper-validation-action",
Expand Down

0 comments on commit 7e38a88

Please sign in to comment.