Skip to content

Commit a6b73d3

Browse files
deps: Bump action-stars/install-tool-from-github-release (#48)
Bumps the github-actions group with 1 update: [action-stars/install-tool-from-github-release](https://github.com/action-stars/install-tool-from-github-release). Updates `action-stars/install-tool-from-github-release` from 0.2.4 to 0.2.5 - [Release notes](https://github.com/action-stars/install-tool-from-github-release/releases) - [Changelog](https://github.com/action-stars/install-tool-from-github-release/blob/main/CHANGELOG.md) - [Commits](action-stars/install-tool-from-github-release@ece2623...f2e83e0) --- updated-dependencies: - dependency-name: action-stars/install-tool-from-github-release dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e00b2 commit a6b73d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/validate-gh-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
5757
- name: Install auto-doc
58-
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
58+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
5959
if: inputs.auto_doc
6060
with:
6161
github_token: ${{ github.token }}
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
8181
- name: Install yamlfmt
82-
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
82+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
8383
if: inputs.yamlfmt
8484
with:
8585
github_token: ${{ github.token }}

.github/workflows/validate-gh-workflows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Install actionlint
48-
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
48+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
4949
with:
5050
github_token: ${{ github.token }}
5151
owner: rhysd
@@ -57,7 +57,7 @@ jobs:
5757
run: actionlint -shellcheck=shellcheck
5858

5959
- name: Install auto-doc
60-
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
60+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
6161
if: inputs.auto_doc
6262
with:
6363
github_token: ${{ github.token }}
@@ -102,7 +102,7 @@ jobs:
102102
fi
103103
104104
- name: Install yamlfmt
105-
uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4
105+
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
106106
if: inputs.yamlfmt
107107
with:
108108
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)