From 93943205d2db12f366b9d626821ffcea8789a89c Mon Sep 17 00:00:00 2001
From: Zach Rutman <zarutman+git@gmail.com>
Date: Tue, 16 Jan 2024 17:20:36 -0800
Subject: [PATCH] Upgrade GH actions workflow (#4)

---
 .github/workflows/build.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0f56774..eb561433 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,9 +1,7 @@
 name: CI
 
 on:
-  push:
-  pull_request:
-  
+  push:  
 
 jobs:
   build:
@@ -12,7 +10,7 @@ jobs:
     container: wpilib/roborio-cross-ubuntu:2024-22.04
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Grant execute permission
         run: chmod +x gradlew
       - name: Build robot code