Skip to content

Commit f2fe0a8

Browse files
gcf-owl-bot[bot]sofisl
authored andcommitted
1 parent d8e4acc commit f2fe0a8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"js-yaml": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@octokit/rest": "^21.0.0",
17+
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^21.0.0"
19+
"sinon": "^18.0.0"
2020
}
2121
}

.github/workflows/issues-no-repro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
1717
- run: npm install

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@
312312
"src/apis/datamigration": {},
313313
"src/apis/appengine": {},
314314
"src/apis/dlp": {},
315-
"src/apis/apigateway": {}
315+
"src/apis/apigateway": {},
316+
"src/apis/saasservicemgmt": {}
316317
}
317318
}

0 commit comments

Comments
 (0)