Skip to content

Commit e230d11

Browse files
ci: update actions/setup-dotnet action to v5 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5b070a6 commit e230d11

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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
35+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7575

7676
- name: πŸ”½ Install dotnet
77-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
77+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
136+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
165+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
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)