From 1bdb3205c6910c691ec62fcec6d75d1d370da618 Mon Sep 17 00:00:00 2001 From: Alexanderius Date: Wed, 20 Dec 2023 09:07:06 +0600 Subject: [PATCH] [spec] checkout bump to v4.1.1 [spec] setup-dotnet bump to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 487330b6..dd451fe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Code Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.1 - name: Install DotNet - uses: actions/setup-dotnet@v1.5.0 + uses: actions/setup-dotnet@v4 - name: Restore Dependencies run: dotnet restore