Merge pull request #30 from codebytes/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
هذا الالتزام موجود في:
Chris Ayers
2024-02-06 22:29:15 -05:00
ملتزم من قبل GitHub
الأصل a4f622aed6 b819e6ffed
التزام bb4f603fd3

عرض الملف

@@ -32,7 +32,7 @@ jobs:
with: with:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Set up dependency caching for faster builds - name: Set up dependency caching for faster builds
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.nuget/packages path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}