Skip to content

Commit 9ab3701

Browse files
Merge pull request #115
Fixed @actions/core and @actions/github dependencies
2 parents 9ce96fd + 28d2b6d commit 9ab3701

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"node": ">=20.0.0"
3434
},
3535
"dependencies": {
36-
"@actions/core": "^2.0.2",
37-
"@actions/github": "^9.0.0",
36+
"@actions/core": "^2.0.3",
37+
"@actions/github": "^8.0.1",
3838
"deepmerge-ts": "^7.1.5",
3939
"js-yaml": "^4.1.1"
4040
},

src/utils/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class Repository {
219219
return "";
220220
}
221221

222-
// @ts-expect-error
222+
// @ts-ignore
223223
return response.data;
224224
} catch (error) {
225225
// @ts-expect-error

0 commit comments

Comments
 (0)