Skip to content

Commit be52cef

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#176)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5777fec commit be52cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
keyvault-name: ${{ vars.IDP_CICD_KEYVAULT_NAME }}
3131
secret-name: "nuget-org-workleap-api-key"
3232

33-
- uses: actions/setup-dotnet@v4
33+
- uses: actions/setup-dotnet@v5
3434

3535
- run: ./Build.ps1
3636
shell: pwsh

0 commit comments

Comments
 (0)