diff options
-rw-r--r-- | .github/workflows/devmanual-ci.yml | 4 |
1 files 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 |