Skip to content

Commit f50d7d6

Browse files
committed
Merge branch 'main' into onzia/add-java25
2 parents e8013e3 + dd8de23 commit f50d7d6

21 files changed

Lines changed: 5685 additions & 4487 deletions

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ updates:
1616
update-types:
1717
- "minor"
1818
- "patch"
19-
open-pull-requests-limit: 0

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2424

2525
- name: Install Serverless Framework
26-
run: sudo yarn global add serverless@3.35 --prefix /usr/local
26+
run: sudo yarn global add serverless@3.39 --prefix /usr/local
2727

2828
- name: Run snapshot tests
2929
env:

0 commit comments

Comments
 (0)