Skip to content

Commit

Permalink
chore(deps): update dependency @octokit/rest to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 7a2b468 commit e76345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @octokit/rest@20 dropped support for node16. However, node16 bundled in actions/runner and still supported.
// So, we use @octokit/rest@19.
import { Octokit, RestEndpointMethodTypes } from "npm:@octokit/rest@20.1.1";
import { Octokit, RestEndpointMethodTypes } from "npm:@octokit/rest@21.0.0";
import process from "node:process";

export type Workflow =
Expand Down

0 comments on commit e76345e

Please sign in to comment.