Skip to content

Commit 170df78

Browse files
authored
Upgrade actions in main.yml to not use deprecated environment (#308)
1 parent 9c38f5c commit 170df78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
os: windows-2019
3939
config: release
4040
steps:
41-
- uses: actions/checkout@v2
42-
- uses: actions/setup-dotnet@v1
41+
- uses: actions/checkout@v4
42+
- uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: '8.0.x'
4545
# workaround for actions/setup-dotnet#155

0 commit comments

Comments
 (0)