diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 65190db..64f5cdb 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.wixproj') }} #hash of project files @@ -93,7 +93,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: licenses key: ${{ runner.os }}-licenses-${{ hashFiles('**/*.csproj') }} #hash of project files @@ -120,7 +120,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.wixproj') }} #hash of project files