Update to checkout v4

This commit is contained in:
Matthew Thompson 2023-11-25 14:24:20 -05:00 committed by Thomas Jensen
parent f732ff298b
commit 0233ef2c3e

View File

@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: add-packages
run: |
@ -52,7 +52,7 @@ jobs:
LEX: /usr/local/opt/flex/bin/flex
YACC: /usr/local/opt/bison/bin/bison
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# We need to use GNU grep, sed, and xargs on macOS
- name: add-packages