diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 5327a71..b4c3019 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Extract branch name shell: bash @@ -22,13 +22,13 @@ jobs: id: extract_branch - name: Setup NuGet - uses: NuGet/setup-nuget@v1.1.1 + uses: NuGet/setup-nuget@v2 - name: Restore dependencies run: nuget restore $SOLUTION - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x