From 18f073413b4528f99689e59e571e78f080152dc1 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Wed, 16 Apr 2025 17:50:30 +1000 Subject: [PATCH] Update checkout version from v2 to v4. Replacing deprecated checkout version with the newest. --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9e91c0f..13e44b9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: