diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index a2056761..dcc5cc01 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.24.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.25.0 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 c86f91c0..74efa3e8 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.24.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.25.0 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 ada7d393..49d073cb 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.24.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.25.0 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 2d742df6..fe44722f 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.24.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.25.0 secrets: # Token for the repository. # Default GITHUB_TOKEN diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index 7477bcfa..da0bd850 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.24.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.25.0 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 95c52b05..9d092eb9 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -36,7 +36,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 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 15dd6c27..aa0b9349 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -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.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 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 771af4c9..b9422a31 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -35,7 +35,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 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 089801aa..d65dd550 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -26,7 +26,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 with: ``` diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index 0a911d87..a66447dc 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -26,7 +26,7 @@ Action to get Pull request or issue number ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 0a3dfcef..c3dc04f6 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -27,7 +27,7 @@ Download matrix ouputs from artifacts, because GitHub Action does not handle job ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 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 ca9c3e87..25a85683 100644 --- a/actions/repository-owner-is-organization/README.md +++ b/actions/repository-owner-is-organization/README.md @@ -26,7 +26,7 @@ Action to check if the repository owner is an organization. ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 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 b4ae5e2b..36b05884 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.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 with: # Description: The matrix output to set. # diff --git a/actions/slugify/README.md b/actions/slugify/README.md index 4268c1a8..5c65a2f4 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -26,7 +26,7 @@ Action to slugify a given string value ```yaml -- uses: hoverkraft-tech/ci-github-common@0.24.0 +- uses: hoverkraft-tech/ci-github-common@0.25.0 with: # Description: The value to slugify #