Skip to content

Commit f0e935a

Browse files
ci: update actions/setup-dotnet action to v6
1 parent b86442f commit f0e935a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: πŸ”½ Install dotnet
35-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
35+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
3636

3737
- name: πŸ” Print dotnet info
3838
run: dotnet --info

β€Ž.github/workflows/release-please.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7575

7676
- name: πŸ”½ Install dotnet
77-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
77+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
7878

7979
- name: πŸ” Print dotnet info
8080
run: dotnet --info
@@ -133,7 +133,7 @@ jobs:
133133
name: global-json
134134

135135
- name: πŸ”½ Install dotnet
136-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
136+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
137137

138138
- name: πŸ”Ό Publish package to nuget
139139
run: dotnet nuget push --force-english-output --api-key '${{ secrets.GITHUB_TOKEN }}' --source 'https://nuget.pkg.github.com/YoloDev/index.json' --skip-duplicate "nuget/*.nupkg"
@@ -162,7 +162,7 @@ jobs:
162162
name: global-json
163163

164164
- name: πŸ”½ Install dotnet
165-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
165+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
166166

167167
- name: πŸ”Ό Publish package to nuget
168168
run: dotnet nuget push --force-english-output --api-key '${{ secrets.NUGET_API_KEY }}' --source '${{ secrets.NUGET_FEED }}' --skip-duplicate "nuget/*.nupkg"

0 commit comments

Comments
Β (0)