chore(deps): update actions/github to v5 (#961) [skip ci]

This commit is contained in:
Simon Lecoq
2022-03-24 02:12:44 +01:00
committed by GitHub
parent b7c1ac781d
commit 2430857cc8
4 changed files with 21 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ const git = sgit(__metrics)
//Setup octokit
const token = process.env.GITHUB_TOKEN
const rest = github.getOctokit(token)
const rest = github.getOctokit(token).rest
//Environment
const maintainer = "lowlighter"