Skip to content

Commit 3afd887

Browse files
deps: Bump the github-actions group with 3 updates (#111)
* 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 4567be7 commit 3afd887

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
@@ -19,6 +19,9 @@
1919

2020
- Update _[actions/checkout](https://github.com/actions/checkout)_ from `5.0.0` to `6.0.0`. ([#109](https://github.com/action-stars/helm-workflows/pull/109)) _@dependabot_
2121
- Update _actions/setup-python_ from `6.0.0` to `6.1.0`. ([#110](https://github.com/action-stars/helm-workflows/pull/110)) _@dependabot_
22+
- Update _action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml_ from `0.7.3` to `0.7.4`. ([#111](https://github.com/action-stars/helm-workflows/pull/111)) _@dependabot_
23+
- Update _action-stars/generic-workflows/.github/workflows/release.yaml_ from `0.7.3` to `0.7.4`. ([#111](https://github.com/action-stars/helm-workflows/pull/111)) _@dependabot_
24+
- Update _action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml_ from `0.7.3` to `0.7.4`. ([#111](https://github.com/action-stars/helm-workflows/pull/111)) _@dependabot_
2225

2326
## [v0.8.10] - 2025-11-05
2427

0 commit comments

Comments
 (0)