Skip to content

Commit a006101

Browse files
authored
Update octokit version (#93)
* update octokit version * Update README.md
1 parent 1e3babb commit a006101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will need to provide the GitHub App ID and private key. The action will then
2222
```
2323
- name: my-app-install token
2424
id: my-app
25-
uses: getsentry/action-github-app-token@v3
25+
uses: getsentry/action-github-app-token@v3.1
2626
with:
2727
app_id: ${{ secrets.APP_ID }}
2828
private_key: ${{ secrets.APP_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@actions/core": "^1.10.1",
49-
"@octokit/auth-app": "^6.0.3",
49+
"@octokit/auth-app": "^7.1.1",
5050
"@octokit/rest": "^20.0.2"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)