From 8779c543db450d18e4d8a29e1891cf42e4792778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:44:18 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/formatter.yml | 2 +- lc-hax/lc-hax.csproj | 2 +- lc-hax/packages.lock.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f8cb912c..e6e8723c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 @@ -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 diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index d97e8378..901967fb 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -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') }} diff --git a/lc-hax/lc-hax.csproj b/lc-hax/lc-hax.csproj index 20941427..8babe94c 100644 --- a/lc-hax/lc-hax.csproj +++ b/lc-hax/lc-hax.csproj @@ -19,7 +19,7 @@ - + diff --git a/lc-hax/packages.lock.json b/lc-hax/packages.lock.json index 96d8960a..08057d97 100644 --- a/lc-hax/packages.lock.json +++ b/lc-hax/packages.lock.json @@ -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"