commit:     f8e02d95ead2aa11bad2270c7c5922e8844dda2c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 17:42:36 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 17:42:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f8e02d95

.github/workflows/devmanual-ci.yml: Update to actions/checkout@v4

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .github/workflows/devmanual-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/devmanual-ci.yml 
b/.github/workflows/devmanual-ci.yml
index 9d8e11f..0dce0f7 100644
--- a/.github/workflows/devmanual-ci.yml
+++ b/.github/workflows/devmanual-ci.yml
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the MIT license
 # or the CC-BY-SA-4.0 license (dual-licensed)
 
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest # no gentoo :(
     steps:
     - name: checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
     - name: install prerequisites
       # librsvg2-bin for rsvg-convert
       # xsltproc for xsltproc

Reply via email to