Skip to content

Commit 98256fa

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 d6367a8 commit 98256fa

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/greetings.md

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

3737
jobs:
3838
greetings:
39-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.3
39+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0
4040
secrets:
4141
# Token for the repository.
4242
# 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
@@ -34,7 +34,7 @@ permissions:
3434

3535
jobs:
3636
main:
37-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.3
37+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.14.0
3838
secrets:
3939
# Token for marking the status of linter run in the Checks section.
4040
# See https://github.com/super-linter/super-linter#how-to-use

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

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

4141
jobs:
4242
main:
43-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.3
43+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.0
4444
with:
4545
manual-commit-ref: ${{ inputs.manual-commit-ref }}
4646
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/release-actions.md

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

4242
jobs:
4343
release:
44-
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.3
44+
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.14.0
4545
with:
4646
# Update all actions and workflows, regardless of changes.
4747
update-all: false

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

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

3737
jobs:
3838
main:
39-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.3
39+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.14.0
4040
secrets:
4141
# Token for the repository.
4242
# 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.13.3
33+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.14.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
@@ -34,7 +34,7 @@ permissions:
3434
<!-- start usage -->
3535
3636
```yaml
37-
- uses: hoverkraft-tech/ci-github-common@0.13.3
37+
- uses: hoverkraft-tech/ci-github-common@0.14.0
3838
with:
3939
# Description: Number of commits to fetch. 0 indicates all history for all
4040
# 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
@@ -27,7 +27,7 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co
2727
<!-- start usage -->
2828

2929
```yaml
30-
- uses: hoverkraft-tech/ci-github-common@0.13.3
30+
- uses: hoverkraft-tech/ci-github-common@0.14.0
3131
with:
3232
# Description: GitHub token for creating and merging pull request (permissions
3333
# 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
@@ -33,7 +33,7 @@ permissions:
3333
<!-- start usage -->
3434
3535
```yaml
36-
- uses: hoverkraft-tech/ci-github-common@0.13.3
36+
- uses: hoverkraft-tech/ci-github-common@0.14.0
3737
with:
3838
# Description: The comment title. Must be static and unique, will be used to
3939
# 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
@@ -24,7 +24,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
2424
<!-- start usage -->
2525

2626
```yaml
27-
- uses: hoverkraft-tech/ci-github-common@0.13.3
27+
- uses: hoverkraft-tech/ci-github-common@0.14.0
2828
with:
2929
```
3030

0 commit comments

Comments
 (0)