Browse Source

[3.x] Update file formatting CI checks to Ubuntu 24.04

Aaron Franke 1 week ago
parent
commit
a2d63288fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/static_checks.yml

+ 2 - 2
.github/workflows/static_checks.yml

@@ -4,10 +4,10 @@ on: [push, pull_request]
 jobs:
   format:
     name: File formatting (file_format.sh)
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v5
 
       - name: Install dependencies
         run: |