Skip to content

Commit bf74acb

Browse files
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.4 to 0.8.0 - [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@8888aa6...d957d70) Updates `action-stars/generic-workflows/.github/workflows/release.yaml` from 0.7.4 to 0.8.0 - [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@8888aa6...d957d70) Updates `action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml` from 0.7.4 to 0.8.0 - [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@8888aa6...d957d70) --- updated-dependencies: - dependency-name: action-stars/generic-workflows/.github/workflows/dependabot-changelog.yaml dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: action-stars/generic-workflows/.github/workflows/release.yaml dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: action-stars/generic-workflows/.github/workflows/validate-gh-workflows.yaml dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1ee175 commit bf74acb

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

0 commit comments

Comments
 (0)