From 483325f9bee3485bafecea3bed9d0d769e65c565 Mon Sep 17 00:00:00 2001 From: jeppevinkel Date: Sat, 9 May 2026 18:17:56 +0200 Subject: [PATCH 1/2] Update GitHub Actions to use current versions --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From e6a2c286f2ebf422cbd93a566a51a2e78e6c8928 Mon Sep 17 00:00:00 2001 From: jeppevinkel Date: Sat, 9 May 2026 18:19:18 +0200 Subject: [PATCH 2/2] Add jeppevinkel to CLA.md contributors list --- CLA.md | 1 + 1 file changed, 1 insertion(+) 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