Skip to content

Commit

Permalink
Bump MrThearMan/CI from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [MrThearMan/CI](https://github.com/mrthearman/ci) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/mrthearman/ci/releases)
- [Commits](MrThearMan/CI@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: MrThearMan/CI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MrThearMan committed Nov 15, 2023
1 parent 2f238c6 commit a2355b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
docs:
uses: MrThearMan/CI/.github/workflows/[email protected].0
uses: MrThearMan/CI/.github/workflows/[email protected].1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: MrThearMan/CI/.github/workflows/[email protected].0
uses: MrThearMan/CI/.github/workflows/[email protected].1
secrets:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
test:
uses: MrThearMan/CI/.github/workflows/[email protected].0
uses: MrThearMan/CI/.github/workflows/[email protected].1
with:
python-version: '["3.9", "3.10", "3.11", "3.12"]'

0 comments on commit a2355b6

Please sign in to comment.