Skip to content

Commit e2efc69

Browse files
chore(deps): update actions/setup-dotnet action to v5.0.1
1 parent f75bb54 commit e2efc69

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v5
3636
- name: Setup .NET
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838
with:
3939
dotnet-version: |
4040
10.0.100-rc.1.25451.107
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout repository
6161
uses: actions/checkout@v5
6262
- name: Setup .NET
63-
uses: actions/[email protected].0
63+
uses: actions/[email protected].1
6464
with:
6565
dotnet-version: |
6666
10.0.100-rc.1.25451.107

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
token: ${{ secrets.NYUW_TOKEN_GH }}
2121
- name: Setup .NET
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
dotnet-version: |
2525
10.0.100-rc.1.25451.107

.github/workflows/documentation_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: GitHub/DisCatSharp.Docs
2828
ref: main
2929
- name: Setup .NET
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
dotnet-version: |
3333
10.0.100-rc.1.25451.107

.github/workflows/emoji-autogen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.NYUW_TOKEN_GH }}
1818

1919
- name: Setup .NET
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
dotnet-version: 10.0.100-rc.1.25451.107
2323

.github/workflows/internal-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v5
2424
- name: Setup .NET
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
dotnet-version: |
2828
10.0.100-rc.1.25451.107

.github/workflows/public-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v5
3838
- name: Setup .NET
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
dotnet-version: |
4242
10.0.100-rc.1.25451.107

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
exit 1
5353
fi
5454
- name: Setup .NET
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].1
5656
with:
5757
dotnet-version: |
5858
10.0.100-rc.1.25451.107

0 commit comments

Comments
 (0)