summaryrefslogtreecommitdiff
path: root/.github/workflows/build_fluid_docs.yml
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-18 14:08:07 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-18 14:39:28 +0200
commit1a4ec05b2b2c6389601b5b8e54b0f0f78ea30ba5 (patch)
tree0325d3d3164ba2c28a75e3a8e4a8c8108bc13057 /.github/workflows/build_fluid_docs.yml
parentb2c6910997b22d862f224455774ba00fca69d165 (diff)
Update GitHub workflow: actions/checkout
update from 'actions/checkout@v2' to 'actions/checkout@v4'
Diffstat (limited to '.github/workflows/build_fluid_docs.yml')
-rw-r--r--.github/workflows/build_fluid_docs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_fluid_docs.yml b/.github/workflows/build_fluid_docs.yml
index 57b30aff3..b6b491730 100644
--- a/.github/workflows/build_fluid_docs.yml
+++ b/.github/workflows/build_fluid_docs.yml
@@ -3,7 +3,7 @@
# document on a Linux machine.
#
-name: 'Build FLUID User Handbook'
+name: 'Build FLUID User Manual.'
# This job must be called explicitly form the 'Actions' tab in GitHub
on: [workflow_dispatch]
@@ -19,7 +19,7 @@ jobs:
# runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Install prerequisites
run: |