Merge pull request 'chore(deps): update actions/checkout action to v4' (!295) from renovate/actions-checkout-4.x into main
Some checks failed
Build docs / build-docs (push) Failing after 22s
Some checks failed
Build docs / build-docs (push) Failing after 22s
Reviewed-on: #295 Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
commit
cef0ca2a73
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
FILE: projektdokumentation.tex
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: LaTeX compile
|
||||
working-directory: ${{ env.DIR }}
|
||||
|
|
Reference in a new issue