Skip to content

Commit d64b3e6

Browse files
chore(deps): update all dependencies
1 parent fb3657f commit d64b3e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
analyze:
1717
name: Analyze
18-
runs-on: windows-2022
18+
runs-on: windows-2025
1919
permissions:
2020
actions: read
2121
contents: read

.github/workflows/conv-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: conventional-pr
16-
uses: Namchee/[email protected].4
16+
uses: Namchee/[email protected].6
1717
with:
1818
access_token: ${{ secrets.GITHUB_TOKEN }}
1919
ignored_users: snyk-bot

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: "recursive"
3434

3535
- name: Setup Node
36-
uses: actions/setup-node@v4.0.4
36+
uses: actions/setup-node@v4.4.0
3737
- run: npm install # Required by Semantic Release
3838

3939
- uses: actions/setup-dotnet@v4

src/SPV3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</ProjectReference>
124124
</ItemGroup>
125125
<ItemGroup> <!-- Package References -->
126-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.2">
126+
<PackageReference Include="GitVersion.MsBuild" Version="6.3.0">
127127
<PrivateAssets>all</PrivateAssets>
128128
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
129129
</PackageReference>
@@ -134,7 +134,7 @@
134134
<PackageReference Include="MahApps.Metro">
135135
<Version>2.4.10</Version>
136136
</PackageReference>
137-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
137+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.5" />
138138
</ItemGroup>
139139
<ItemGroup> <!-- IL Link -->
140140
<Content Update="HXE.dll">

0 commit comments

Comments
 (0)