Skip to content

Commit

Permalink
Revert "Bump actions/checkout version"
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz authored Jan 17, 2024
1 parent 9394320 commit 3864345
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI

on:
push:
push:
pull_request:


jobs:
build:
Expand All @@ -10,7 +12,7 @@ jobs:
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Grant execute permission
run: chmod +x gradlew
- name: Build robot code
Expand Down

0 comments on commit 3864345

Please sign in to comment.