Merge pull request #316 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
This commit is contained in:
Коммит
05e6ace9ba
|
@ -85,7 +85,7 @@ jobs:
|
|||
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
|
||||
|
||||
- name: Git Setup LFS Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: lfs-cache
|
||||
with:
|
||||
path: .git/lfs
|
||||
|
@ -98,7 +98,7 @@ jobs:
|
|||
uses: NuGet/setup-nuget@v1
|
||||
|
||||
- name: NuGet Setup Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: nuget-cache
|
||||
with:
|
||||
path: ~/.nuget
|
||||
|
@ -187,7 +187,7 @@ jobs:
|
|||
uses: NuGet/setup-nuget@v1
|
||||
|
||||
- name: NuGet Setup Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: nuget-cache
|
||||
with:
|
||||
path: ~/.nuget
|
||||
|
|
Загрузка…
Ссылка в новой задаче