Skip to content

Commit

Permalink
Merge pull request #1006 from crs-k/dependabot/npm_and_yarn/octokit/t…
Browse files Browse the repository at this point in the history
…ypes-12.0.0

Bump @octokit/types from 9.3.0 to 12.0.0
  • Loading branch information
crs-k authored Oct 20, 2023
2 parents 968e7ac + 3ce161d commit 3533ed9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 41 deletions.
62 changes: 23 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/plugin-paginate-rest": "9.0.0",
"@octokit/types": "9.3.0",
"@octokit/types": "12.0.0",
"@types/semver": "7.5.3",
"assert": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/functions/get-rate-limit.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as assert from 'assert'
import * as core from '@actions/core'
// eslint-disable-next-line import/named
// eslint-disable-next-line import/no-unresolved
import {GetResponseTypeFromEndpointMethod} from '@octokit/types'
import {RateLimit} from '../types/rate-limit'
import {getMinutes} from './utils/get-time'
Expand Down

0 comments on commit 3533ed9

Please sign in to comment.