Skip to content

Commit 693a74a

Browse files
ci(deps): bump python-semantic-release & changed-files action versions (#30)
* ci(deps): bump `python-semantic-release/python-semantic-release` from 9.15.0 to 9.15.1 * ci(deps): bump `tj-actions/changed-files` from 45.0.4 to 45.0.5
1 parent 62c83b4 commit 693a74a

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/[email protected].0
62+
uses: python-semantic-release/[email protected].1
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].4
29+
uses: tj-actions/[email protected].5
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)