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 8b27f8c commit ef02ab7
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-libsquish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: Checkout libsquish
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.libsquish_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-libsquish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Graphviz
run: choco install graphviz
- name: Checkout libsquish
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.libsquish_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand Down

0 comments on commit ef02ab7

Please sign in to comment.