Skip to content

Commit

Permalink
chore(ci): bump radiorabe/actions from 0.17.2 to 0.18.0 (#113)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/radiorabe/actions/releases)
- [Commits](radiorabe/actions@v0.17.2...v0.18.0)

---
updated-dependencies:
- dependency-name: radiorabe/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent d3b0ea5 commit 99a2c3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/release-ansible-collection.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/release-ansible-collection.yaml@v0.18.0
secrets:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.18.0
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/test-ansible-collection.yaml@v0.17.2
uses: radiorabe/actions/.github/workflows/test-ansible-collection.yaml@v0.18.0

0 comments on commit 99a2c3a

Please sign in to comment.