From 015d977bebd190317457904b2a3d5dba9e214bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:04:00 +0200 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.20.7 to 0.22.0 (#50) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.7 to 0.22.0. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.7...v0.22.0) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Nussbaum --- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 16f3c57..2dc1e72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/release-ansible-collection.yaml@v0.20.7 + uses: radiorabe/actions/.github/workflows/release-ansible-collection.yaml@v0.22.0 secrets: GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index c4e4c6c..45e5fe0 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@v0.20.7 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.22.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7d90c20..5be3f01 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,4 +7,4 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/test-ansible-collection.yaml@v0.20.7 + uses: radiorabe/actions/.github/workflows/test-ansible-collection.yaml@v0.22.0