Skip to content

Commit 6476e79

Browse files
committed
update popular actions
1 parent f1d4095 commit 6476e79

File tree

2 files changed

+95
-5
lines changed

2 files changed

+95
-5
lines changed

popular_actions.go

Lines changed: 91 additions & 1 deletion
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: 4 additions & 4 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"},
224-
next: "v3",
223+
tags: []string{"v1", "v2", "v3"},
224+
next: "v4",
225225
},
226226
{
227227
slug: "azure/aks-set-context",
@@ -299,8 +299,8 @@ var popularActions = []*action{
299299
},
300300
{
301301
slug: "game-ci/unity-builder",
302-
tags: []string{"v2"},
303-
next: "v3",
302+
tags: []string{"v2", "v3"},
303+
next: "v4",
304304
},
305305
{
306306
slug: "getsentry/paths-filter",

0 commit comments

Comments
 (0)