From 1a4ec05b2b2c6389601b5b8e54b0f0f78ea30ba5 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 18 Oct 2024 14:08:07 +0200 Subject: Update GitHub workflow: actions/checkout update from 'actions/checkout@v2' to 'actions/checkout@v4' --- .github/workflows/build_fluid_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build_fluid_docs.yml') 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: | -- cgit v1.2.3