Skip to content

Commit d1ee175

Browse files
deps: Bump the github-actions group with 3 updates (#33)
* 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.3 to 0.7.4 - [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@c445c11...8888aa6) Updates `action-stars/generic-workflows/.github/workflows/release.yaml` from 0.7.3 to 0.7.4 - [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@c445c11...8888aa6) Updates `action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml` from 0.7.3 to 0.7.4 - [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@c445c11...8888aa6) --- updated-dependencies: - dependency-name: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml dependency-version: 0.7.4 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.4 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.4 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 74052f2 commit d1ee175

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-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@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
13+
uses: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml@8888aa6d53a92233d4c6f60b726ec5bccde90ed3 # v0.7.4
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@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
11+
uses: action-stars/generic-workflows/.github/workflows/release.yaml@8888aa6d53a92233d4c6f60b726ec5bccde90ed3 # v0.7.4
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@c445c11c1a06b05f0d6994bc5ac551ae74ea3f7c # v0.7.3
20+
uses: action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml@8888aa6d53a92233d4c6f60b726ec5bccde90ed3 # v0.7.4
2121
with:
2222
auto_doc: true
2323
markdownlint: true

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- 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_
2121
- 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_
2222
- 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+
- Update _action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml_ from `0.7.3` to `0.7.4`. ([#33](https://github.com/action-stars/install-tool-from-github-release/pull/33)) _@dependabot_
24+
- Update _action-stars/generic-workflows/.github/workflows/release.yaml_ from `0.7.3` to `0.7.4`. ([#33](https://github.com/action-stars/install-tool-from-github-release/pull/33)) _@dependabot_
25+
- Update _action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml_ from `0.7.3` to `0.7.4`. ([#33](https://github.com/action-stars/install-tool-from-github-release/pull/33)) _@dependabot_
2326

2427
## [v0.2.6] - 2025-10-24
2528

0 commit comments

Comments
 (0)