Merge branch 'main' into upgrade-woofware

This commit is contained in:
Patrick Stevens
2025-04-21 20:22:31 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Create token - name: Create token
id: generate-token id: generate-token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@v2
with: with:
# https://github.com/actions/create-github-app-token/issues/136 # https://github.com/actions/create-github-app-token/issues/136
app-id: ${{ secrets.APP_ID }} app-id: ${{ secrets.APP_ID }}

View File

@@ -32,7 +32,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Argu" Version="6.1.1" /> <PackageReference Include="Argu" Version="6.2.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NJsonSchema" Version="10.9.0" /> <PackageReference Include="NJsonSchema" Version="10.9.0" />

View File

@@ -1,8 +1,8 @@
[ [
{ {
"pname": "Argu", "pname": "Argu",
"version": "6.1.1", "version": "6.2.5",
"hash": "sha256-tA9nFJmWvoSOo8oFV6wUuatG57a3QSW0jxADc8AzKe0=" "hash": "sha256-5HcZcvco4e8+hgLhzlxk7ZmFVLtZL9LVr7LbmXsLmNU="
}, },
{ {
"pname": "fantomas", "pname": "fantomas",