diff --git a/.github/workflows/generate-dependabot-config.md b/.github/workflows/generate-dependabot-config.md index 96680c49..3a02520c 100644 --- a/.github/workflows/generate-dependabot-config.md +++ b/.github/workflows/generate-dependabot-config.md @@ -22,7 +22,7 @@ on: - main jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.7.4 with: # GitHub App ID to generate GitHub token in place of github-token. # See https://github.com/tibdex/github-app-token diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index da0658d1..1c720bf5 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -25,7 +25,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.7.4 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 93f558b0..c1cc56b2 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -26,7 +26,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.7.4 secrets: # Token for marking the status of linter run in the Checks section. # See https://github.com/super-linter/super-linter#how-to-use diff --git a/.github/workflows/release-actions.md b/.github/workflows/release-actions.md index bbdc8513..c786a5f8 100644 --- a/.github/workflows/release-actions.md +++ b/.github/workflows/release-actions.md @@ -25,7 +25,7 @@ on: jobs: release: - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.4 with: # Update all actions and workflows, regardless of changes. update-all: false diff --git a/.github/workflows/semantic-pull-request.md b/.github/workflows/semantic-pull-request.md index 8031361c..9fe56436 100644 --- a/.github/workflows/semantic-pull-request.md +++ b/.github/workflows/semantic-pull-request.md @@ -28,7 +28,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.7.4 secrets: # Token for the repository. # Default GITHUB_TOKEN diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index a3d8668a..a5743333 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -22,7 +22,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.7.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.7.4 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index d365846a..9a657df2 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -23,7 +23,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/checkout@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/checkout@v0.7.4 with: # Number of commits to fetch. 0 indicates all history for all branches and tags. # See [https://github.com/actions/checkout#usage](https://github.com/actions/checkout#usage) diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md index 85f4e1fd..b193d44d 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -17,7 +17,7 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@v0.7.4 with: # GitHub token for creating and merging pull request (permissions contents: write # and pull-requests: write). See [https://github.com/peter-evans/create-pull-request#action-inputs](https://github.com/peter-evans/create-pull-request#action-inputs) diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index 2e8912a4..9ce9c9b0 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -22,7 +22,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@v0.7.4 with: # 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 913d388e..cfa15902 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -13,7 +13,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@v0.7.4 with: ``` diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index 6f3d12a5..3cdc7afd 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -13,7 +13,7 @@ Action to get Pull request or issue number ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.7.4 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 1d35865e..2022f31d 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -13,7 +13,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.7.4 with: # The name of the artifact to download. artifact-name: "" diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md index c4117f2d..772a0ab7 100644 --- a/actions/set-matrix-output/README.md +++ b/actions/set-matrix-output/README.md @@ -13,7 +13,7 @@ Set matrix ouput in file to be uploaded as artifacts, because GitHub action does ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.7.4 with: # The matrix output to set. value: "" diff --git a/actions/slugify/README.md b/actions/slugify/README.md index 4b0b3988..80b10dc9 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -13,7 +13,7 @@ Action to slugify a given string value ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/slugify@v0.7.3 +- uses: hoverkraft-tech/ci-github-common/actions/slugify@v0.7.4 with: # The value to slugify value: ""