Skip to content

Commit

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

---
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 Jan 1, 2024
1 parent 4349a4a commit 07f569a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
permissions:
pull-requests: write
contents: write
uses: MrThearMan/CI/.github/workflows/[email protected].5
uses: MrThearMan/CI/.github/workflows/[email protected].6
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].5
uses: MrThearMan/CI/.github/workflows/[email protected].6
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].5
uses: MrThearMan/CI/.github/workflows/[email protected].6
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 @@ -14,6 +14,6 @@ on:

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

0 comments on commit 07f569a

Please sign in to comment.