Skip to content

Commit d0360be

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b07612 commit d0360be

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939

4040
jobs:
4141
greetings:
42-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0
42+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.20.0
4343
secrets:
4444
# Token for the repository.
4545
# See https://github.com/actions/first-interaction#usage

.github/workflows/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141

4242
jobs:
4343
main:
44-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.14.0
44+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.20.0
4545
with:
4646
# Json array of runner(s) to use.
4747
# See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>.

.github/workflows/need-fix-to-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343

4444
jobs:
4545
main:
46-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.0
46+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.20.0
4747
with:
4848
manual-commit-ref: ${{ inputs.manual-commit-ref }}
4949
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/semantic-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939

4040
jobs:
4141
main:
42-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.14.0
42+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.20.0
4343
secrets:
4444
# Token for the repository.
4545
# Default GITHUB_TOKEN

.github/workflows/stale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
main:
33-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.14.0
33+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.20.0
3434

3535
# Optional customizations.
3636
with:

actions/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636
<!-- start usage -->
3737
3838
```yaml
39-
- uses: hoverkraft-tech/ci-github-common@0.19.0
39+
- uses: hoverkraft-tech/ci-github-common@0.20.0
4040
with:
4141
# Description: Number of commits to fetch. 0 indicates all history for all
4242
# branches and tags. See

actions/create-and-merge-pull-request/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
2929
<!-- start usage -->
3030

3131
```yaml
32-
- uses: hoverkraft-tech/ci-github-common@0.19.0
32+
- uses: hoverkraft-tech/ci-github-common@0.20.0
3333
with:
3434
# Description: GitHub token for creating and merging pull request (permissions
3535
# contents: write and pull-requests: write). See

actions/create-or-update-comment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
<!-- start usage -->
3636
3737
```yaml
38-
- uses: hoverkraft-tech/ci-github-common@0.19.0
38+
- uses: hoverkraft-tech/ci-github-common@0.20.0
3939
with:
4040
# Description: The comment title. Must be static and unique, will be used to
4141
# retrieve the comment if exists already.

actions/get-github-actions-bot-user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
2626
<!-- start usage -->
2727

2828
```yaml
29-
- uses: hoverkraft-tech/ci-github-common@0.19.0
29+
- uses: hoverkraft-tech/ci-github-common@0.20.0
3030
with:
3131
```
3232

actions/get-issue-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action to get Pull request or issue number
2626
<!-- start usage -->
2727

2828
```yaml
29-
- uses: hoverkraft-tech/ci-github-common@0.19.0
29+
- uses: hoverkraft-tech/ci-github-common@0.20.0
3030
with:
3131
```
3232

0 commit comments

Comments
 (0)