Skip to content

Commit 7e38a88

Browse files
committed
update popular actions data set to the latest
1 parent 0a86b35 commit 7e38a88

File tree

2 files changed

+167
-14
lines changed

2 files changed

+167
-14
lines changed

popular_actions.go

Lines changed: 153 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate-popular-actions/main.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ var popularActions = []*action{
220220
},
221221
{
222222
slug: "aws-actions/configure-aws-credentials",
223-
tags: []string{"v1", "v2", "v3"},
224-
next: "v4",
223+
tags: []string{"v1", "v2", "v3", "v4"},
224+
next: "v5",
225225
},
226226
{
227227
slug: "azure/aks-set-context",
@@ -259,28 +259,28 @@ var popularActions = []*action{
259259
next: "v5"}, // v1 does not exist
260260
{
261261
slug: "docker/build-push-action",
262-
tags: []string{"v1", "v2", "v3", "v4"},
263-
next: "v5",
262+
tags: []string{"v1", "v2", "v3", "v4", "v5"},
263+
next: "v6",
264264
},
265265
{
266266
slug: "docker/login-action",
267-
tags: []string{"v1", "v2"},
268-
next: "v3",
267+
tags: []string{"v1", "v2", "v3"},
268+
next: "v4",
269269
},
270270
{
271271
slug: "docker/metadata-action",
272-
tags: []string{"v1", "v2", "v3", "v4"},
273-
next: "v5",
272+
tags: []string{"v1", "v2", "v3", "v4", "v5"},
273+
next: "v6",
274274
},
275275
{
276276
slug: "docker/setup-buildx-action",
277-
tags: []string{"v1", "v2"},
278-
next: "v3",
277+
tags: []string{"v1", "v2", "v3"},
278+
next: "v4",
279279
},
280280
{
281281
slug: "docker/setup-qemu-action",
282-
tags: []string{"v1", "v2"},
283-
next: "v3",
282+
tags: []string{"v1", "v2", "v3"},
283+
next: "v4",
284284
},
285285
{
286286
slug: "dorny/paths-filter",
@@ -342,8 +342,8 @@ var popularActions = []*action{
342342
},
343343
{
344344
slug: "goreleaser/goreleaser-action",
345-
tags: []string{"v1", "v2", "v3", "v4"},
346-
next: "v5",
345+
tags: []string{"v1", "v2", "v3", "v4", "v5"},
346+
next: "v6",
347347
},
348348
{
349349
slug: "gradle/wrapper-validation-action",

0 commit comments

Comments
 (0)