From 67b9b883656754fc966ebe92719cc2874d66e27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:20:25 +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.42.0` | `0.43.1` | | [radiorabe/actions/.github/workflows/test-python-poetry.yaml](https://github.com/radiorabe/actions) | `0.42.0` | `0.43.1` | | [radiorabe/actions/.github/workflows/test-github-actions.yaml](https://github.com/radiorabe/actions) | `0.42.0` | `0.43.1` | | [radiorabe/actions/.github/workflows/release-python-poetry.yaml](https://github.com/radiorabe/actions) | `0.42.0` | `0.43.1` | | [radiorabe/actions/.github/workflows/semantic-release.yaml](https://github.com/radiorabe/actions) | `0.42.0` | `0.43.1` | Updates `radiorabe/actions/.github/workflows/test-pre-commit.yaml` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/479996126a091287dc3fd349786f6f8a6dd1b23c...3f1ee42ffa54794a512d3989c34e3b4514de64cc) Updates `radiorabe/actions/.github/workflows/test-python-poetry.yaml` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/479996126a091287dc3fd349786f6f8a6dd1b23c...3f1ee42ffa54794a512d3989c34e3b4514de64cc) Updates `radiorabe/actions/.github/workflows/test-github-actions.yaml` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/479996126a091287dc3fd349786f6f8a6dd1b23c...3f1ee42ffa54794a512d3989c34e3b4514de64cc) Updates `radiorabe/actions/.github/workflows/release-python-poetry.yaml` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/479996126a091287dc3fd349786f6f8a6dd1b23c...3f1ee42ffa54794a512d3989c34e3b4514de64cc) Updates `radiorabe/actions/.github/workflows/semantic-release.yaml` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/479996126a091287dc3fd349786f6f8a6dd1b23c...3f1ee42ffa54794a512d3989c34e3b4514de64cc) --- updated-dependencies: - dependency-name: radiorabe/actions/.github/workflows/test-pre-commit.yaml dependency-version: 0.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-python-poetry.yaml dependency-version: 0.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/test-github-actions.yaml dependency-version: 0.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/release-python-poetry.yaml dependency-version: 0.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: radiorabe/actions/.github/workflows/semantic-release.yaml dependency-version: 0.43.1 dependency-type: direct:production update-type: version-update:semver-minor 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 5f79191..1e62599 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@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 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@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 + uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39ae844..8db4549 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@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 00510bd..62c7693 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@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@3f1ee42ffa54794a512d3989c34e3b4514de64cc # v0.43.1 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}