From cbdd93b17b36afc01f712f4fedce960b57c12358 Mon Sep 17 00:00:00 2001
From: Jean-Sebastien Carle <29762210+jscarle@users.noreply.github.com>
Date: Sat, 20 Jun 2026 19:05:30 -0400
Subject: [PATCH 1/2] Updated workflows.
---
.github/workflows/develop.yml | 2 +-
.github/workflows/publish.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml
index fdfed68..342a1a2 100644
--- a/.github/workflows/develop.yml
+++ b/.github/workflows/develop.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index c03cfca..ec55c5c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Setup .NET 10.0
uses: actions/setup-dotnet@v5
From 3b426b0b02a8cc647c3fa556da578ce43333dd2b Mon Sep 17 00:00:00 2001
From: Jean-Sebastien Carle <29762210+jscarle@users.noreply.github.com>
Date: Sat, 20 Jun 2026 19:48:41 -0400
Subject: [PATCH 2/2] Updated dependencies.
---
.../SourceGeneratorTestHelpers.XUnit.csproj | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/SourceGeneratorTestHelpers.XUnit/SourceGeneratorTestHelpers.XUnit.csproj b/src/SourceGeneratorTestHelpers.XUnit/SourceGeneratorTestHelpers.XUnit.csproj
index 8259768..16df5b8 100644
--- a/src/SourceGeneratorTestHelpers.XUnit/SourceGeneratorTestHelpers.XUnit.csproj
+++ b/src/SourceGeneratorTestHelpers.XUnit/SourceGeneratorTestHelpers.XUnit.csproj
@@ -6,7 +6,7 @@