workflow/docs: Update to actions/checkout@v4

This commit is contained in:
Timothée Ravier 2024-02-15 16:18:32 +01:00
parent f46cc0cd85
commit 99c9c387b8

View File

@ -19,7 +19,7 @@ jobs:
container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: GH actions checkout post
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"