Skip to content

Commit e1d5dc9

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 02d4278 commit e1d5dc9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ permissions:
5656
pull-requests: write
5757
jobs:
5858
greetings:
59-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0
59+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
6060
secrets:
6161
# Token for the repository.
6262
# 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
@@ -52,7 +52,7 @@ permissions:
5252
statuses: write
5353
jobs:
5454
linter:
55-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0
55+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
5656
secrets:
5757
# Token for marking the status of linter run in the Checks section.
5858
# See https://github.com/super-linter/super-linter#how-to-use.

.github/workflows/stale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ permissions:
4747
pull-requests: write
4848
jobs:
4949
stale:
50-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0
50+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
5151
with:
5252
# JSON array of runner(s) to use.
5353
# See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141
## Usage
4242
4343
```yaml
44-
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0
44+
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
4545
with:
4646
# The comment title.
4747
# Must be static and unique, will be used to retrieve the comment if exists already.

0 commit comments

Comments
 (0)