Update CI to use .NET 7.0.x, setup-dotnet 3.2.0, checkout 3.6.0 (#19552)

This commit is contained in:
DrSmugleaf
2023-08-25 15:33:01 -07:00
committed by GitHub
parent f9c3e6e00c
commit d1eea3f6f6
13 changed files with 29 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ jobs:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.6.0
- name: Setup Submodule
run: git submodule update --init
- name: Pull engine updates