Skip to content

Commit

Permalink
docs: bump example action version (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed May 5, 2024
1 parent fed87e6 commit 311b988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-ja.md
Expand Up @@ -41,7 +41,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ddradar/lgtm-action@v2.0.2
- uses: ddradar/lgtm-action@v3.0.0
with:
image-url: '{ Your LGTM image URL }'
search-pattern: |
Expand All @@ -67,14 +67,14 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ddradar/choose-random-action@v1
- uses: ddradar/choose-random-action@v3
id: act
with:
contents: |
https://example.com/your-lgtm-image-1.jpg
https://example.com/your-lgtm-image-2.jpg
https://example.com/your-lgtm-image-3.jpg
- uses: ddradar/lgtm-action@v2.0.2
- uses: ddradar/lgtm-action@v3.0.0
with:
image-url: ${{ steps.act.outputs.selected }}
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,7 +41,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ddradar/lgtm-action@v2.0.2
- uses: ddradar/lgtm-action@v3.0.0
with:
image-url: '{ Your LGTM image URL }'
search-pattern: |
Expand All @@ -66,14 +66,14 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: ddradar/choose-random-action@v2
- uses: ddradar/choose-random-action@v3
id: act
with:
contents: |
https://example.com/your-lgtm-image-1.jpg
https://example.com/your-lgtm-image-2.jpg
https://example.com/your-lgtm-image-3.jpg
- uses: ddradar/lgtm-action@v2.0.2
- uses: ddradar/lgtm-action@v3.0.0
with:
image-url: ${{ steps.act.outputs.selected }}
```
Expand Down

0 comments on commit 311b988

Please sign in to comment.