Skip to content

Commit

Permalink
ci(deps): bump changed-files & python-semantic-release action ver…
Browse files Browse the repository at this point in the history
…sions (#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>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 63deb69 commit 08190a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Release | Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.12.2
uses: python-semantic-release/python-semantic-release@v9.13.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv -c releaserc.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Evaluate | Check specific file types for changes
id: changed-files
uses: tj-actions/[email protected].3
uses: tj-actions/[email protected].4
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}
Expand Down

0 comments on commit 08190a3

Please sign in to comment.