Skip to content

Commit 3feef7c

Browse files
ci(deps): bump the github-actions group with 2 updates (#8)
Bumps the github-actions group with 2 updates: - python-semantic-release/python-semantic-release - tj-actions/changed-files Updates `python-semantic-release/python-semantic-release` from 9.9.0 to 9.10.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) Updates `tj-actions/changed-files` from 45.0.2 to 45.0.3 - [Release notes](https://github.com/tj-actions/changed-files/releases) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f598cc commit 3feef7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Release | Python Semantic Release
6161
id: release
62-
uses: python-semantic-release/python-semantic-release@v9.9.0
62+
uses: python-semantic-release/python-semantic-release@v9.10.0
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
root_options: "-vv -c releaserc.toml"

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Evaluate | Check specific file types for changes
2828
id: changed-files
29-
uses: tj-actions/[email protected].2
29+
uses: tj-actions/[email protected].3
3030
if: github.event_name == 'push' || github.event_name == 'pull_request'
3131
with:
3232
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)