From 0a1f24df5fc1219456a2ca7f6964875f03870ad7 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 26 Apr 2024 10:29:37 +0300 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index a6c0c98..695c0d0 100644 --- a/action.yml +++ b/action.yml @@ -11,12 +11,12 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: ${{inputs.fetch-depth}} - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: | 6.x.x @@ -28,7 +28,7 @@ runs: name: 'nuget.org' url: 'https://api.nuget.org/v3/index.json' - - uses: actions/setup-dotnet@master + - uses: actions/setup-dotnet@v4 with: source-url: https://nuget.pkg.github.com/BUTR/index.json env: