Skip to content

Commit b17498c

Browse files
authored
Bump SixLabors.ImageSharp from 3.1.5 to 3.1.6
2 parents 90c3139 + ab264c5 commit b17498c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: "CLA Assistant"
1313
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14-
uses: cla-assistant/github-action@v2.5.1
14+
uses: cla-assistant/github-action@v2.6.1
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
# the below token should have repo scope and must be manually added by you in the repository's secret

ImageSharpCompare/ImageSharpCompare.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
47+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
4848
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167">
4949
<PrivateAssets>all</PrivateAssets>
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)