diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index cafa3b20..137d5770 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -39,7 +39,7 @@ permissions: jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.23.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.23.1 secrets: # Token for the repository. # See https://github.com/actions/first-interaction#usage diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index cd437ded..28302a41 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -44,7 +44,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.23.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.23.1 with: # Json array of runner(s) to use. # See . diff --git a/.github/workflows/need-fix-to-issue.md b/.github/workflows/need-fix-to-issue.md index cabfbdda..0d49e75f 100644 --- a/.github/workflows/need-fix-to-issue.md +++ b/.github/workflows/need-fix-to-issue.md @@ -47,7 +47,7 @@ concurrency: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.1 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/semantic-pull-request.md b/.github/workflows/semantic-pull-request.md index 1f2b737f..498f9e25 100644 --- a/.github/workflows/semantic-pull-request.md +++ b/.github/workflows/semantic-pull-request.md @@ -39,7 +39,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.23.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.23.1 secrets: # Token for the repository. # Default GITHUB_TOKEN diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index b387b399..a2407b5d 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -30,7 +30,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.23.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.23.1 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 6aee6c02..25dc28b6 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -1,6 +1,6 @@ -# branding<icon:git-branch color:gray-dark> GitHub Action: Checkout +# branding<icon:git-branch color:blue> GitHub Action: Checkout ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: Number of commits to fetch. 0 indicates all history for all # branches and tags. See diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md index 02379f92..6a6a6555 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -1,7 +1,7 @@ -# branding<icon:git-pull-request color:gray-dark> GitHub Action: Create and merge Pull Request +# branding<icon:git-pull-request color:blue> GitHub Action: Create and merge Pull Request @@ -29,7 +29,7 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: GitHub token for creating and merging pull request (permissions # contents: write and pull-requests: write). See diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index 028f3ae6..39a83004 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -1,6 +1,6 @@ -# branding<icon:message-square color:gray-dark> GitHub Action: Create or update comment +# branding<icon:message-square color:blue> GitHub Action: Create or update comment ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: The comment title. Must be static and unique, will be used to # retrieve the comment if exists already. diff --git a/actions/get-github-actions-bot-user/README.md b/actions/get-github-actions-bot-user/README.md index b888ed66..d488b96b 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -1,6 +1,6 @@ -# branding<icon:user-check color:gray-dark> GitHub Action: Get GitHub Actions bot user +# branding<icon:user-check color:blue> GitHub Action: Get GitHub Actions bot user ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: ``` diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index 7f56d022..3c990583 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -1,6 +1,6 @@ -# branding<icon:hash color:gray-dark> GitHub Action: Get issue number +# branding<icon:hash color:blue> GitHub Action: Get issue number ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index e227ec29..75dabcf6 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -1,6 +1,6 @@ -# branding<icon:download-cloud color:gray-dark> GitHub Action: Get matrix ouput +# branding<icon:download-cloud color:blue> GitHub Action: Get matrix ouput ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: The name of the artifact to download. # diff --git a/actions/repository-owner-is-organization/README.md b/actions/repository-owner-is-organization/README.md index 750a00f7..a42eefa9 100644 --- a/actions/repository-owner-is-organization/README.md +++ b/actions/repository-owner-is-organization/README.md @@ -1,6 +1,6 @@ -# branding<icon:users color:gray-dark> GitHub Action: Repository owner is organization +# branding<icon:users color:blue> GitHub Action: Repository owner is organization ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: GitHub token for fetching users API. # diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md index 4daa7522..709729eb 100644 --- a/actions/set-matrix-output/README.md +++ b/actions/set-matrix-output/README.md @@ -31,7 +31,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: The matrix output to set. # diff --git a/actions/slugify/README.md b/actions/slugify/README.md index ae87e2e3..aa08da11 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -1,6 +1,6 @@ -# branding<icon:link-2 color:gray-dark> GitHub Action: Slugify +# branding<icon:link-2 color:blue> GitHub Action: Slugify ```yaml -- uses: hoverkraft-tech/ci-github-common@0.23.0 +- uses: hoverkraft-tech/ci-github-common@0.23.1 with: # Description: The value to slugify #