Merge pull request #374 from SixLabors/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
James Jackson-South 2024-02-07 13:43:03 +10:00 коммит произвёл GitHub
Родитель a09ea7fa89 3dcb16f961
Коммит 8658808b91
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

6
.github/workflows/build-and-test.yml поставляемый
Просмотреть файл

@ -86,7 +86,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
@ -99,7 +99,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
@ -188,7 +188,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