Skip to content

Commit c6dfafe

Browse files
Bump the all group with 2 updates (#41)
Bumps the all group with 2 updates: [DaanV2/Markdown-Action-Create-Indexes](https://github.com/daanv2/markdown-action-create-indexes) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). 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) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - 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 - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f9cec6 commit c6dfafe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Runs a single command using the runners shell
3333
- name: 📓 Create Readmes
34-
uses: DaanV2/Markdown-Action-Create-Indexes@v5.0.2
34+
uses: DaanV2/Markdown-Action-Create-Indexes@v5.1.0
3535
with:
3636
folder: ${{github.workspace}}/Benchmark
3737
filename: README.md

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: 🛠️ Setup .NET
29-
uses: actions/setup-dotnet@v4
29+
uses: actions/setup-dotnet@v5
3030
with:
3131
dotnet-version: |
3232
7.0.x

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: main
6666

6767
- name: 🛠️ Setup .NET
68-
uses: actions/setup-dotnet@v4
68+
uses: actions/setup-dotnet@v5
6969
with:
7070
dotnet-version: |
7171
8.0.x

0 commit comments

Comments
 (0)