Skip to content

Commit

Permalink
chore(ci-deps): bump the github-actions group with 4 updates (#54)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 4 updates: [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action).


Updates `wagoid/commitlint-github-action` from 6.0.1 to 6.2.1
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v6.0.1...v6.2.1)

Updates `python-semantic-release/python-semantic-release` from 9.15.1 to 9.16.1
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.15.1...v9.16.1)

Updates `actions/attest-build-provenance` from 1 to 2
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1...v2)

Updates `python-semantic-release/publish-action` from 9.15.1 to 9.16.1
- [Release notes](https://github.com/python-semantic-release/publish-action/releases)
- [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml)
- [Commits](python-semantic-release/publish-action@v9.15.1...v9.16.1)

---
updated-dependencies:
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: python-semantic-release/publish-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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 Jan 24, 2025
1 parent 750fb4a commit 93852dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6.0.1
- uses: wagoid/commitlint-github-action@v6.2.1

test:
strategy:
Expand Down Expand Up @@ -85,22 +85,22 @@ jobs:
# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/python-semantic-release@v9.15.1
uses: python-semantic-release/python-semantic-release@v9.16.1
if: github.ref_name != 'main'
with:
root_options: --noop
github_token: noop

# On main branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: python-semantic-release/python-semantic-release@v9.15.1
uses: python-semantic-release/python-semantic-release@v9.16.1
id: release
if: github.ref_name == 'main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Attest build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
if: steps.release.outputs.released == 'true'
with:
subject-path: "dist/*"
Expand All @@ -110,7 +110,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/publish-action@v9.15.1
uses: python-semantic-release/publish-action@v9.16.1
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93852dd

Please sign in to comment.