Skip to content

Commit 942d488

Browse files
build(deps): bump the all group with 2 updates (#19)
Bumps the all group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [DaanV2/Markdown-Action-Create-Indexes](https://github.com/daanv2/markdown-action-create-indexes). Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `DaanV2/Markdown-Action-Create-Indexes` from 5.0.2 to 5.1.0 - [Release notes](https://github.com/daanv2/markdown-action-create-indexes/releases) - [Commits](DaanV2/Markdown-Action-Create-Indexes@v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: DaanV2/Markdown-Action-Create-Indexes dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a8c250 commit 942d488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
format: "YYYY-MM-DD"
2626

2727
- name: 🏗️ Setup Node.js Environment
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v5
2929
with:
3030
cache: npm
3131
cache-dependency-path: generator/package-lock.json
@@ -54,7 +54,7 @@ jobs:
5454
git push
5555
5656
- name: 📔 Create Readmes
57-
uses: DaanV2/Markdown-Action-Create-Indexes@v5.0.2
57+
uses: DaanV2/Markdown-Action-Create-Indexes@v5.1.0
5858
with:
5959
folder: ${{github.workspace}}
6060
filename: README.md

0 commit comments

Comments
 (0)