Browse Source

Merge pull request #3121 from SixLabors/dependabot/github_actions/NuGet/setup-nuget-4

Bump NuGet/setup-nuget from 2 to 4
pull/3127/head
James Jackson-South 4 days ago
committed by GitHub
parent
commit
2b1c7e0cf1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build-and-test.yml
  2. 2
      .github/workflows/code-coverage.yml

4
.github/workflows/build-and-test.yml

@ -154,7 +154,7 @@ jobs:
run: git lfs pull
- name: NuGet Install
uses: NuGet/setup-nuget@v2
uses: NuGet/setup-nuget@v4
- name: NuGet Setup Cache
uses: actions/cache@v5
@ -233,7 +233,7 @@ jobs:
submodules: recursive
- name: NuGet Install
uses: NuGet/setup-nuget@v2
uses: NuGet/setup-nuget@v4
- name: NuGet Setup Cache
uses: actions/cache@v5

2
.github/workflows/code-coverage.yml

@ -56,7 +56,7 @@ jobs:
run: git lfs pull
- name: NuGet Install
uses: NuGet/setup-nuget@v2
uses: NuGet/setup-nuget@v4
- name: NuGet Setup Cache
uses: actions/cache@v5

Loading…
Cancel
Save