Skip to content

Commit

Permalink
Change version of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeans289 committed Sep 6, 2023
1 parent eb81160 commit 335f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alt_linux_distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install GTest
run: ${{matrix.install_gtest}}
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Configure Trick
run: |
export MAKEFLAGS=-j`nproc`
Expand Down

0 comments on commit 335f6a4

Please sign in to comment.