Skip to content

Commit

Permalink
Update conditional_convert_via_pandoc.yml
Browse files Browse the repository at this point in the history
Update deprectated call
  • Loading branch information
RWTH-MK authored Oct 29, 2024
1 parent 97afdbc commit 17ce24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
bool_files_changed: ${{ steps.check_file_changed.outputs.bool_files_changed }}
list_changed_files: ${{ steps.check_file_changed.outputs.list_changed_files }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Checkout as many commits as needed for the diff
# Checkout as many commits as needed for the diff.
fetch-depth: 1
- shell: pwsh
id: check_file_changed
Expand Down

0 comments on commit 17ce24b

Please sign in to comment.