Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent d0d120f commit 8779c54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4.2.0

- name: Initialise CodeQL
uses: github/codeql-action/init@v3.26.9
uses: github/codeql-action/init@v3.26.11
with:
languages: csharp

Expand All @@ -40,6 +40,6 @@ jobs:
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.26.9
uses: github/codeql-action/analyze@v3.26.11
with:
category: /language:csharp
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Cache .NET tools
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ~/.nuget/packages
key: dotnet-tools-${{ runner.os }}-${{ hashFiles('.config/dotnet-tools.json') }}
Expand Down
2 changes: 1 addition & 1 deletion lc-hax/lc-hax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ProjectReference Include="..\analysers\analysers.csproj" />

<PackageReference Include="LethalCompany.GameLibs.Steam" Version="62.0.1-ngd.0" />
<PackageReference Include="LethalCompany.GameLibs.Steam" Version="64.0.0-ngd.0" />

<PackageReference Include="Nullable.Extended.Analyzer" Version="1.15.6169" />

Expand Down
6 changes: 3 additions & 3 deletions lc-hax/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETStandard,Version=v2.1": {
"LethalCompany.GameLibs.Steam": {
"type": "Direct",
"requested": "[62.0.1-ngd.0, )",
"resolved": "62.0.1-ngd.0",
"contentHash": "+P0if0+8bteaDwepmwGD6gTpaoNg+R/xJf0L6DLQ8Uoh2y+aKN2Ev4veGwq+UtjWrpqGJoPbV+DOWxoqA6ArpQ==",
"requested": "[64.0.0-ngd.0, )",
"resolved": "64.0.0-ngd.0",
"contentHash": "bCk3jT8c3IVbH3W0HJ6Cc31xR5JXIvvxWQ2+a3F4YwHPvV0r+4DNHqTj7b1BgQvCdnuiHeDA+yTNsiYqb0ZFVQ==",
"dependencies": {
"Newtonsoft.JSON": "13.0.3",
"UnityEngine.Modules": "2022.3.9"
Expand Down

0 comments on commit 8779c54

Please sign in to comment.