Skip to content

Commit a765339

Browse files
Update github-action dependencies (#614)
1 parent 1019eb3 commit a765339

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/dependabot.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "nuget"
8+
- package-ecosystem: nuget
9+
directory: "/"
10+
schedule:
11+
interval: weekly
12+
rebase-strategy: auto
13+
14+
- package-ecosystem: github-actions
915
directory: "/"
1016
schedule:
1117
interval: weekly

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: |
2525
3.1.x

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v3
30+
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: |
3333
3.1.x

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: |
2424
3.1.x

0 commit comments

Comments
 (0)