Update checkout to v4. (#715)

Updates the checkout step to version 4. *(Changelogs can be [found
here](https://github.com/actions/checkout/releases/tag/v4.0.0))*
This commit is contained in:
Kichura 2023-09-04 17:48:20 +02:00 committed by GitHub
parent 4d9e158563
commit 24a94ad423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
name: Git Repo Sync - BitBucket
steps:
- name: Checkout the Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Synchronize code to other Git platforms