Skip to content

Commit 1fdc56b

Browse files
authored
Merge branch 'main' into renovate/python-nonmajor
2 parents 62e8bf9 + 924bbfa commit 1fdc56b

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/lint-toolbox-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
console.log('Failed to remove label. Another job may have already removed it!');
5858
}
5959
- name: Checkout code
60-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
66+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/lint-toolbox-langchain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
console.log('Failed to remove label. Another job may have already removed it!');
5858
}
5959
- name: Checkout code
60-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
66+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
issues: 'write'
3030
pull-requests: 'write'
3131
steps:
32-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
32
"release-type": "python",
43
"bump-minor-pre-major": true,
54
"bump-patch-for-minor-pre-major": true,
6-
"separate-pull-requests": true,
75
"changelog-sections": [
86
{ "type": "feat", "section": "Features" },
97
{ "type": "fix", "section": "Bug Fixes" },
108
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
119
{ "type": "docs", "section": "Documentation", "hidden": false }
1210
],
11+
"versioning": "linked",
1312
"packages": {
1413
"packages/toolbox-core": {
1514
"component": "toolbox-core",

0 commit comments

Comments
 (0)