Update CI action to checkout@v4

This commit is contained in:
dehanj 2024-03-19 10:52:33 +01:00
parent 746d7f0e0d
commit e471c1a65c
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
image: ghcr.io/tillitis/tkey-builder:2
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# fetch-depth: 0
persist-credentials: false