Skip to content

Commit

Permalink
update popular actions data set for #380
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 14, 2024
1 parent a67bc46 commit b8a0e0f
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 10 deletions.
274 changes: 274 additions & 0 deletions popular_actions.go

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

20 changes: 10 additions & 10 deletions scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,23 +344,23 @@ var popularActions = []*action{
},
{
slug: "google-github-actions/auth",
tags: []string{"v0", "v1"},
next: "v2",
tags: []string{"v1", "v2"},
next: "v3",
},
{
slug: "google-github-actions/get-secretmanager-secrets",
tags: []string{"v0", "v1"},
next: "v2",
tags: []string{"v1", "v2"},
next: "v3",
},
{
slug: "google-github-actions/setup-gcloud",
tags: []string{"v0", "v1"},
next: "v2",
tags: []string{"v1", "v2"},
next: "v3",
},
{
slug: "google-github-actions/upload-cloud-storage",
tags: []string{"v0", "v1"},
next: "v2",
tags: []string{"v1", "v2"},
next: "v3",
},
{
slug: "goreleaser/goreleaser-action",
Expand Down Expand Up @@ -430,8 +430,8 @@ var popularActions = []*action{
},
{
slug: "pulumi/actions",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
next: "v6",
},
{
slug: "pypa/gh-action-pypi-publish",
Expand Down

0 comments on commit b8a0e0f

Please sign in to comment.