From 9001aa8274ad30b7df442a7877de31d0573def29 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sat, 3 Feb 2024 17:03:22 +0100 Subject: [PATCH] Update `dotnet-core.yml` - update actions to v4 --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index ef59cb4..be18ba1 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,9 +17,9 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet-version }} - name: Install dependencies