Update checkout version from v2 to v4.

Replacing deprecated checkout version with the newest.
This commit is contained in:
MartinEesmaa 2025-04-16 17:50:30 +10:00
parent f6d4293142
commit 18f073413b
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70

View File

@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
with: