Skip to content

Commit e1c115a

Browse files
authored
Merge branch 'dev' into dependabot/nuget/EliteAPI.Tests/TUnit-1.5.80
2 parents 2cf54fb + de39e93 commit e1c115a

33 files changed

+5
-2964
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66

77
jobs:
88
build:
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

EliteAI/AutopilotProgram.cs

Lines changed: 0 additions & 163 deletions
This file was deleted.

EliteAI/Capture/Navball.cs

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)