Skip to content

Commit 51b48b2

Browse files
gcf-owl-bot[bot]sofisl
authored andcommitted
1 parent f0c8b18 commit 51b48b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "^20.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

0 commit comments

Comments
 (0)