Skip to content

Commit

Permalink
update popular actions to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 30, 2024
1 parent 9091329 commit 74aea3b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 6 deletions.
106 changes: 106 additions & 0 deletions popular_actions.go

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

12 changes: 6 additions & 6 deletions scripts/generate-popular-actions/popular_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,18 +184,18 @@
},
{
"slug": "codecov/codecov-action",
"tags": ["v1", "v2", "v3", "v4"],
"next": "v5"
"tags": ["v1", "v2", "v3", "v4", "v5"],
"next": "v6"
},
{
"slug": "dawidd6/action-download-artifact",
"tags": ["v2", "v3", "v5", "v6"],
"next": "v7"
"tags": ["v2", "v3", "v5", "v6", "v7"],
"next": "v8"
},
{
"slug": "dawidd6/action-send-mail",
"tags": ["v1", "v2", "v3"],
"next": "v4"
"tags": ["v1", "v2", "v3", "v4"],
"next": "v5"
},
{
"slug": "dessant/lock-threads",
Expand Down

0 comments on commit 74aea3b

Please sign in to comment.