Skip to content

Commit 7ca453a

Browse files
dependabot[bot]dougborg
authored andcommitted
chore(actions)(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `python-semantic-release/python-semantic-release` from 10.4.1 to 10.5.1 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v10.4.1...v10.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e54f96 commit 7ca453a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Python Semantic Release (Client)
8484
if: steps.check.outputs.has_changes == 'true'
8585
id: release
86-
uses: python-semantic-release/python-semantic-release@v10.4.1
86+
uses: python-semantic-release/python-semantic-release@v10.5.1
8787
with:
8888
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
8989
verbosity: 2
@@ -141,7 +141,7 @@ jobs:
141141
- name: Python Semantic Release (MCP)
142142
if: steps.check.outputs.has_changes == 'true'
143143
id: release
144-
uses: python-semantic-release/python-semantic-release@v10.4.1
144+
uses: python-semantic-release/python-semantic-release@v10.5.1
145145
with:
146146
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
147147
verbosity: 2

.github/workflows/update-mcp-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)