Change version of checkout action

This commit is contained in:
Deans 2023-09-06 14:57:51 -05:00
parent eb81160735
commit 335f6a4776

View File

@ -142,7 +142,7 @@ jobs:
- name: Install GTest - name: Install GTest
run: ${{matrix.install_gtest}} run: ${{matrix.install_gtest}}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@master uses: actions/checkout@v3
- name: Configure Trick - name: Configure Trick
run: | run: |
export MAKEFLAGS=-j`nproc` export MAKEFLAGS=-j`nproc`