diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18eda32..4b763d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Release | Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.15.0 + uses: python-semantic-release/python-semantic-release@v9.15.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} root_options: "-vv -c releaserc.toml" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c77d16d..e3c26a9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -26,7 +26,7 @@ jobs: - name: Evaluate | Check specific file types for changes id: changed-files - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 if: github.event_name == 'push' || github.event_name == 'pull_request' with: base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}