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