Skip to content

Commit 08190a3

Browse files
ci(deps): bump changed-files & python-semantic-release action versions (#23)
* ci(deps): bump `python-semantic-release/[email protected]` to 9.13.0 * ci(deps): bump `tj-actions/[email protected]` to 45.0.4 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63deb69 commit 08190a3

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.12.2
62+
uses: python-semantic-release/python-semantic-release@v9.13.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].3
29+
uses: tj-actions/[email protected].4
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)