Skip to content

Commit b82f5f6

Browse files
chore(deps): update all dependencies
1 parent f8b68c9 commit b82f5f6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
show-progress: false
2828

2929
- name: Initialise CodeQL
30-
uses: github/codeql-action/init@v4.32.6
30+
uses: github/codeql-action/init@v4.33.0
3131
with:
3232
languages: csharp
3333

@@ -42,6 +42,6 @@ jobs:
4242
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v4.32.6
45+
uses: github/codeql-action/analyze@v4.33.0
4646
with:
4747
category: /language:csharp

.github/workflows/update-resource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.PAT }}
2525

2626
- name: Cache .NET tools
27-
uses: actions/cache@v5.0.3
27+
uses: actions/cache@v5.0.4
2828
with:
2929
path: ~/.nuget/packages
3030
key: dotnet-tools-${{ runner.os }}-${{ hashFiles('.config/dotnet-tools.json') }}

lc-hax/lc-hax.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<PackageReference Include="Zlinq" Version="1.5.5" />
3333

34-
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
34+
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.1" />
3535

3636
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
3737

lc-hax/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
".NETStandard,Version=v2.1": {
55
"CommunityToolkit.HighPerformance": {
66
"type": "Direct",
7-
"requested": "[8.4.0, )",
8-
"resolved": "8.4.0",
9-
"contentHash": "flxspiBs0G/0GMp7IK2J2ijV9bTG6hEwFc/z6ekHqB6nwRJ4Ry2yLdx+TkbCUYFCl4XhABkAwomeKbT6zM2Zlg==",
7+
"requested": "[8.4.1, )",
8+
"resolved": "8.4.1",
9+
"contentHash": "BqHc86nn0Dop4zVvA6kDHrREd9Xv+k+qJUpAtxq3VVAdGaCj6xNshIM3FMGynGYxFJc7V2I+HiU3XerLBYwXgA==",
1010
"dependencies": {
11-
"System.Runtime.CompilerServices.Unsafe": "6.1.0"
11+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
1212
}
1313
},
1414
"LethalCompany.GameLibs.Steam": {

0 commit comments

Comments
 (0)