Skip to content

Commit 13f0268

Browse files
fix(deps): update dependency @actions/github to v9
1 parent 68450bd commit 13f0268

3 files changed

Lines changed: 111 additions & 141 deletions

File tree

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "run -p lint test:types"
3131
},
3232
"dependencies": {
33-
"@actions/github": "^6.0.1",
33+
"@actions/github": "^9.0.0",
3434
"@simple-release/config": "workspace:^",
3535
"@simple-release/github-action": "workspace:^"
3636
}

packages/github-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test": "run -p lint test:types"
5454
},
5555
"dependencies": {
56-
"@actions/github": "^6.0.1",
56+
"@actions/github": "^9.0.0",
5757
"@simple-release/config": "workspace:^",
5858
"@simple-release/core": "workspace:^",
5959
"@simple-release/github": "workspace:^"

0 commit comments

Comments
 (0)