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
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
name: Push to release-nightly to trigger build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
fetch-depth: 0