Browse Source

Merge branch 'main' into fix/ghsa-exr-decoder

pull/3126/head
James Jackson-South 2 months ago
committed by GitHub
parent
commit
d60ca72efa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build-and-test.yml
  2. 4
      .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

4
.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
@ -93,7 +93,7 @@ jobs:
path: tests/Images/ActualOutput/
- name: Codecov Update
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
with:
flags: unittests

Loading…
Cancel
Save