From 0bd97858e536768dce985b0f3bd1015a5c2ab759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:33:57 +0000 Subject: [PATCH] Bump the github-actions-dependencies group with 1 update 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](https://github.com/mrthearman/ci/compare/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] --- .github/workflows/approve.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 16b5010..c75e57a 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d1a49fd..8c6c50a 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.6 + uses: MrThearMan/CI/.github/workflows/docs.yml@v0.4.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a823d6..067bbf2 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.6 + uses: MrThearMan/CI/.github/workflows/release.yml@v0.4.7 secrets: pypi-token: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de80086..0546494 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.6 + uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.7 with: python-version: '["3.9", "3.10", "3.11", "3.12"]'