Skip to content

Commit 9b32604

Browse files
Update actions/setup-dotnet action to v5
1 parent c4747d3 commit 9b32604

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: gh cli auth
1818
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
1919

20-
- uses: actions/setup-dotnet@v4
20+
- uses: actions/setup-dotnet@v5
2121

2222
- name: Install GitVersion
2323
run: git fetch --unshallow && dotnet tool install --global GitVersion.Tool

0 commit comments

Comments
 (0)