From 8f18a081864f8bd0c45052a9e39c54aa8eef38ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:52:44 +0000 Subject: [PATCH] chore(ci): bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [radiorabe/actions/.github/workflows/test-pre-commit.yaml](https://github.com/radiorabe/actions) | `0.44.2` | `0.44.3` | | [radiorabe/actions/.github/workflows/test-python-poetry.yaml](https://github.com/radiorabe/actions) | `0.44.2` | `0.44.3` | | [radiorabe/actions/.github/workflows/test-github-actions.yaml](https://github.com/radiorabe/actions) | `0.44.2` | `0.44.3` | | [radiorabe/actions/.github/workflows/release-python-poetry.yaml](https://github.com/radiorabe/actions) | `0.44.2` | `0.44.3` | | [radiorabe/actions/.github/workflows/semantic-release.yaml](https://github.com/radiorabe/actions) | `0.44.2` | `0.44.3` | Updates `radiorabe/actions/.github/workflows/test-pre-commit.yaml` from 0.44.2 to 0.44.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/5dafb461cea1f8b296d89297dc6de7bd0891f0d2...953c51da7e4c2c681f15c70513cb803c8fa461cc) Updates `radiorabe/actions/.github/workflows/test-python-poetry.yaml` from 0.44.2 to 0.44.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/5dafb461cea1f8b296d89297dc6de7bd0891f0d2...953c51da7e4c2c681f15c70513cb803c8fa461cc) Updates `radiorabe/actions/.github/workflows/test-github-actions.yaml` from 0.44.2 to 0.44.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/5dafb461cea1f8b296d89297dc6de7bd0891f0d2...953c51da7e4c2c681f15c70513cb803c8fa461cc) Updates `radiorabe/actions/.github/workflows/release-python-poetry.yaml` from 0.44.2 to 0.44.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/5dafb461cea1f8b296d89297dc6de7bd0891f0d2...953c51da7e4c2c681f15c70513cb803c8fa461cc) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.44.2 to 0.44.3 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/5dafb461cea1f8b296d89297dc6de7bd0891f0d2...953c51da7e4c2c681f15c70513cb803c8fa461cc) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/test-pre-commit.yaml dependency-version: 0.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-python-poetry.yaml dependency-version: 0.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-github-actions.yaml dependency-version: 0.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-python-poetry.yaml dependency-version: 0.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-test.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 6e21ec0..7251ddf 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,11 +9,11 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@953c51da7e4c2c681f15c70513cb803c8fa461cc # v0.44.3 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@953c51da7e4c2c681f15c70513cb803c8fa461cc # v0.44.3 github-actions: permissions: contents: read security-events: write # so zizmor can publish results to the Security tab - uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2 + uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@953c51da7e4c2c681f15c70513cb803c8fa461cc # v0.44.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6018949..cd8225d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,6 @@ jobs: python-poetry: permissions: contents: write # Required to push the gh-pages branch for documentation deployment - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@953c51da7e4c2c681f15c70513cb803c8fa461cc # v0.44.3 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index fc9dec2..dc5f1c9 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@953c51da7e4c2c681f15c70513cb803c8fa461cc # v0.44.3 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}