Skip to content

Commit 926497b

Browse files
committed
refactor: update OctokitOptions import path for v9
1 parent 26bb776 commit 926497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retry-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from '@actions/core'
2-
import {OctokitOptions} from '@octokit/core/dist-types/types'
2+
import {OctokitOptions} from '@octokit/core/types'
33
import {RequestRequestOptions} from '@octokit/types'
44

55
export type RetryOptions = {

0 commit comments

Comments
 (0)