-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump action-stars/install-tool-from-github-release from …
…0.2.0 to 0.2.1 (#95) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fe73e80
commit 6df7d74
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
private_key: ${{ secrets.GH_CONTENT_APP_PEM_FILE }} | ||
|
||
- name: Setup helm-docs | ||
uses: action-stars/[email protected].0 | ||
uses: action-stars/[email protected].1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
owner: norwoodj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: updatecli/updatecli-action@v2 | ||
|
||
- name: Setup helm-docs | ||
uses: action-stars/[email protected].0 | ||
uses: action-stars/[email protected].1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
owner: norwoodj | ||
|
@@ -36,7 +36,7 @@ jobs: | |
version: latest | ||
|
||
- name: Setup git-cliff | ||
uses: action-stars/[email protected].0 | ||
uses: action-stars/[email protected].1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
owner: orhun | ||
|