Skip to content

Commit

Permalink
Bump the github-actions-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 1 update: [MrThearMan/CI](https://github.com/mrthearman/ci).


Updates `MrThearMan/CI` from 0.4.6 to 0.4.7
- [Release notes](https://github.com/mrthearman/ci/releases)
- [Commits](MrThearMan/CI@v0.4.6...v0.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 29, 2024
1 parent 563a1b1 commit 0bd9785
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/approve.yml@v0.4.6
uses: MrThearMan/CI/.github/workflows/approve.yml@v0.4.7
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/docs.yml@v0.4.6
uses: MrThearMan/CI/.github/workflows/docs.yml@v0.4.7
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/release.yml@v0.4.6
uses: MrThearMan/CI/.github/workflows/release.yml@v0.4.7
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/test.yml@v0.4.6
uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.7
with:
python-version: '["3.9", "3.10", "3.11", "3.12"]'

0 comments on commit 0bd9785

Please sign in to comment.