From ca8b95970d2d215819779ff5974abea3707b8a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:39:19 +0000 Subject: [PATCH] Bump MrThearMan/CI from 0.4.4 to 0.4.5 Bumps [MrThearMan/CI](https://github.com/mrthearman/ci) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/mrthearman/ci/releases) - [Commits](https://github.com/mrthearman/ci/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: MrThearMan/CI dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5f0e21b..f777e57 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,4 +12,4 @@ on: jobs: docs: - uses: MrThearMan/CI/.github/workflows/docs.yml@v0.4.4 + uses: MrThearMan/CI/.github/workflows/docs.yml@v0.4.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f23933..53ab9df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,6 @@ on: jobs: release: - uses: MrThearMan/CI/.github/workflows/release.yml@v0.4.4 + uses: MrThearMan/CI/.github/workflows/release.yml@v0.4.5 secrets: pypi-token: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78c6249..c8ae69e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,6 @@ on: jobs: test: - uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.4 + uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.5 with: python-version: '["3.9", "3.10", "3.11", "3.12"]'