Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 14, 2024
1 parent 140dbc2 commit 37bea30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-starpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install libegl1-mesa-dev
- name: Checkout STARpp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.starpp_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-starpp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Graphviz
run: choco install graphviz
- name: Checkout STARpp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.starpp_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand Down

0 comments on commit 37bea30

Please sign in to comment.