Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates (#9)
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 2 updates: [darbiadev/.github](https://github.com/darbiadev/.github) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `darbiadev/.github` from 13.1.2 to 14.0.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@12e07d6...e3ebedc)

Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@ec4db0b...8a08d61)

---
updated-dependencies:
- dependency-name: darbiadev/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

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 Sep 4, 2024
1 parent 174fd62 commit bd9b9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
pre-commit:
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0

lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2
uses: darbiadev/.github/.github/workflows/python-lint.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0

test:
needs: lint
Expand All @@ -21,7 +21,7 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ "3.12" ]

uses: darbiadev/.github/.github/workflows/python-test.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2
uses: darbiadev/.github/.github/workflows/python-test.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand All @@ -35,4 +35,4 @@ jobs:
pages: write
id-token: write

uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2
uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: dist/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
with:
verbose: true
print-hash: true

0 comments on commit bd9b9de

Please sign in to comment.