build: Use actions/checkout@v4

This commit is contained in:
Jakob Borg
2023-09-05 09:52:19 +02:00
parent e80d04845e
commit 38bbdebffa
4 changed files with 18 additions and 18 deletions
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Update translations and documentation
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}