From 20380601ae1868defaac3279c8bc48374c4dba1b Mon Sep 17 00:00:00 2001 From: noyciy7037 Date: Sat, 10 Jun 2023 14:42:23 +0900 Subject: [PATCH] update ci --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b21a4ae..f53c3fd 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,7 +19,7 @@ jobs: uses: https://github.com/actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} - - uses: https://github.com/actions/cache@v3 + - uses: actions/cache@v3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file