From cb6eb331c585dbbabf82e19c4ccab2afa87cc227 Mon Sep 17 00:00:00 2001 From: badcel <1218031+badcel@users.noreply.github.com> Date: Sat, 8 Feb 2025 13:17:16 +0100 Subject: [PATCH 1/3] Update gir files --- ext/gir-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gir-files b/ext/gir-files index b26a5ec2c..2beec2513 160000 --- a/ext/gir-files +++ b/ext/gir-files @@ -1 +1 @@ -Subproject commit b26a5ec2cf134da67a9284dc483bf089d0c6b56c +Subproject commit 2beec2513c228453806c79dec513ba6cadcc78a3 From 07ecb6325f3787c58513e3e890b6fc4531330cf6 Mon Sep 17 00:00:00 2001 From: badcel <1218031+badcel@users.noreply.github.com> Date: Sat, 8 Feb 2025 13:49:15 +0100 Subject: [PATCH 2/3] Update nuget dependencies --- src/Generation/Generator/Generator.csproj | 2 +- src/Generation/GirModel/GirModel.csproj | 2 +- src/Properties/GirCore.Logging.props | 4 ++-- src/Properties/GirCore.Testing.props | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Generation/Generator/Generator.csproj b/src/Generation/Generator/Generator.csproj index 7b2758ae0..214e7cdab 100644 --- a/src/Generation/Generator/Generator.csproj +++ b/src/Generation/Generator/Generator.csproj @@ -4,6 +4,6 @@ - + diff --git a/src/Generation/GirModel/GirModel.csproj b/src/Generation/GirModel/GirModel.csproj index 733180dfc..63dc793c5 100644 --- a/src/Generation/GirModel/GirModel.csproj +++ b/src/Generation/GirModel/GirModel.csproj @@ -3,6 +3,6 @@ GirModule - + diff --git a/src/Properties/GirCore.Logging.props b/src/Properties/GirCore.Logging.props index 8b9389de7..45e199734 100644 --- a/src/Properties/GirCore.Logging.props +++ b/src/Properties/GirCore.Logging.props @@ -1,7 +1,7 @@ - - + + \ No newline at end of file diff --git a/src/Properties/GirCore.Testing.props b/src/Properties/GirCore.Testing.props index cf58c85dd..93e57da3c 100644 --- a/src/Properties/GirCore.Testing.props +++ b/src/Properties/GirCore.Testing.props @@ -5,10 +5,10 @@ - - - - - + + + + + \ No newline at end of file From bfe7c2d6abf28d755386f8b8eae6b2a395236164 Mon Sep 17 00:00:00 2001 From: badcel <1218031+badcel@users.noreply.github.com> Date: Sat, 8 Feb 2025 13:53:18 +0100 Subject: [PATCH 3/3] Update pull request action to v7 --- .github/workflows/update-gir-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gir-files.yml b/.github/workflows/update-gir-files.yml index 8d5f444eb..04affdf21 100644 --- a/.github/workflows/update-gir-files.yml +++ b/.github/workflows/update-gir-files.yml @@ -30,7 +30,7 @@ jobs: git config --local user.name "github-actions[bot]" git commit -m "update submodules" -a - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update-gir-files commit-message: Update gir files