Skip to content

Commit 74052f2

Browse files
deps: Bump the github-actions group with 3 updates (#32)
* deps: Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml](https://github.com/action-stars/generic-workflows), [action-stars/generic-workflows/.github/workflows/release.yaml](https://github.com/action-stars/generic-workflows) and [action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml](https://github.com/action-stars/generic-workflows). Updates `action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/action-stars/generic-workflows/releases) - [Changelog](https://github.com/action-stars/generic-workflows/blob/main/CHANGELOG.md) - [Commits](action-stars/generic-workflows@bd15ba4...c445c11) Updates `action-stars/generic-workflows/.github/workflows/release.yaml` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/action-stars/generic-workflows/releases) - [Changelog](https://github.com/action-stars/generic-workflows/blob/main/CHANGELOG.md) - [Commits](action-stars/generic-workflows@bd15ba4...c445c11) Updates `action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/action-stars/generic-workflows/releases) - [Changelog](https://github.com/action-stars/generic-workflows/blob/main/CHANGELOG.md) - [Commits](action-stars/generic-workflows@bd15ba4...c445c11) --- updated-dependencies: - dependency-name: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: action-stars/generic-workflows/.github/workflows/release.yaml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update changelog for Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent 1fa61c3 commit 74052f2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: read-all
1010
jobs:
1111
workflow:
1212
name: Workflow
13-
uses: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml@bd15ba4c2618a200fde3622c8d1f9786f2a34761 # v0.7.2
13+
uses: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
1414
permissions:
1515
contents: read
1616
id-token: write

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
workflow:
1010
name: Workflow
11-
uses: action-stars/generic-workflows/.github/workflows/release.yaml@bd15ba4c2618a200fde3622c8d1f9786f2a34761 # v0.7.2
11+
uses: action-stars/generic-workflows/.github/workflows/release.yaml@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
1212
permissions:
1313
contents: write

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717
jobs:
1818
workflow:
1919
name: Workflow
20-
uses: action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml@bd15ba4c2618a200fde3622c8d1f9786f2a34761 # v0.7.2
20+
uses: action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
2121
with:
2222
auto_doc: true
2323
markdownlint: true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
## [UNRELEASED]
1717

18+
### Changed
19+
20+
- Update _action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml_ from `0.7.2` to `0.7.3`. ([#32](https://github.com/action-stars/install-tool-from-github-release/pull/32)) _@dependabot_
21+
- Update _action-stars/generic-workflows/.github/workflows/release.yaml_ from `0.7.2` to `0.7.3`. ([#32](https://github.com/action-stars/install-tool-from-github-release/pull/32)) _@dependabot_
22+
- Update _action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml_ from `0.7.2` to `0.7.3`. ([#32](https://github.com/action-stars/install-tool-from-github-release/pull/32)) _@dependabot_
23+
1824
## [v0.2.6] - 2025-10-24
1925

2026
### Changed

0 commit comments

Comments
 (0)