Skip to content

Commit 2a0b396

Browse files
chore(deps): update actions/setup-dotnet action to v4 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a08d83b commit 2a0b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/localtest-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup .NET Core SDK 8.0.x
15-
uses: actions/setup-dotnet@v3
15+
uses: actions/setup-dotnet@v4
1616
with:
1717
dotnet-version: '8.0.x'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)