From ea9697fc8c41178074e53876f1a16b84f6c74ea7 Mon Sep 17 00:00:00 2001 From: noyciy7037 Date: Sat, 10 Jun 2023 09:08:42 +0900 Subject: [PATCH] update CI --- .github/workflows/exoserver.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exoserver.yml b/.github/workflows/exoserver.yml index 1e8851b..e72dc8a 100644 --- a/.github/workflows/exoserver.yml +++ b/.github/workflows/exoserver.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} - uses: actions/setup-dotnet@v3 + uses: https://github.com/actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} - - uses: actions/cache@v3 + - uses: https://github.com/actions/cache@v3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file