Browse Source
Merge pull request #2648 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
pull/2658/head
James Jackson-South
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
5 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.yml
|
|
|
@ -67,7 +67,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 |
|
|
|
@ -80,7 +80,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 |
|
|
|
@ -162,7 +162,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 |
|
|
|
|
|
|
|
@ -34,7 +34,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 |
|
|
|
@ -47,7 +47,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 |
|
|
|
|