From: Timothée Ravier Date: Thu, 15 Feb 2024 15:18:32 +0000 (+0100) Subject: workflow/docs: Update to actions/checkout@v4 X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~4^2~8^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99c9c387b834ee22d52e08025d7382125055a928;p=ostree.git workflow/docs: Update to actions/checkout@v4 --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 328ea624..6726ccff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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"