Skip to content

Commit 452cb76

Browse files
committed
Merge remote-tracking branch 'origin/reloaded' into reloaded
2 parents f292152 + fa9959e commit 452cb76

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ jobs:
77
runs-on: ubuntu-22.04
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v6
1111
with:
1212
submodules: true
1313

1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v3
15+
uses: actions/setup-dotnet@v5
1616
with:
1717
dotnet-version: 6.x
1818

1919
- name: Run the Cake script
20-
uses: cake-build/cake-action@v1
20+
uses: cake-build/cake-action@v3
2121
with:
2222
verbosity: Diagnostic
2323

2424
- name: Upload MalumMenu.dll artifact
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: MalumMenu.dll
2828
path: /home/runner/work/MalumMenu/MalumMenu/src/bin/Release/net6.0/MalumMenu.dll
@@ -42,13 +42,13 @@ jobs:
4242
cp /home/runner/work/MalumMenu/MalumMenu/src/bin/Release/net6.0/MalumMenu.dll BepInEx_x64/BepInEx/plugins/
4343
4444
- name: Upload MalumMenu_Steam_Itch.zip artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: MalumMenu_Steam_Itch
4848
path: BepInEx_x86
4949

5050
- name: Upload MalumMenu_EpicGames_MicrosoftStore_XboxApp.zip artifact
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: MalumMenu_EpicGames_MicrosoftStore_XboxApp
5454
path: BepInEx_x64

src/MalumMenu.csproj

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

2323
<!-- Analyzers -->
2424
<PackageReference Include="BepInEx.Analyzers" Version="1.0.8" />
25-
<PackageReference Include="Harmonize" Version="1.0.5" />
25+
<PackageReference Include="Harmonize" Version="1.0.6" />
2626
</ItemGroup>
2727

2828
<Target Name="Copy" AfterTargets="Build" Condition="'$(AmongUs)' != ''">

0 commit comments

Comments
 (0)