diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01e3faa..1193feb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,14 +11,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: 'recursive' - name: Setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.x + dotnet-version: 9.x dotnet-quality: ga - name: Install OpenVR Dependencies diff --git a/CLA.md b/CLA.md index 5b2bdbb..7028421 100644 --- a/CLA.md +++ b/CLA.md @@ -19,3 +19,4 @@ Add your GitHub username as a new entry at the end of the list. Do not alter oth - BOLL7708 - chaixshot +- jeppevinkel