From a2355b611c418a2b8e59b19178bd18a51821ba94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:47:49 +0000 Subject: [PATCH] Bump MrThearMan/CI from 0.4.0 to 0.4.1 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](https://github.com/mrthearman/ci/compare/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] --- .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 5d5ec68..751870c 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.0 + uses: MrThearMan/CI/.github/workflows/docs.yml@v0.4.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffd6f9c..61cb09e 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.0 + uses: MrThearMan/CI/.github/workflows/release.yml@v0.4.1 secrets: pypi-token: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d501aa..0f0ba7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ on: jobs: test: - uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.0 + uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.1 with: python-version: '["3.9", "3.10", "3.11", "3.12"]'