From: Marc Fehling Date: Sat, 3 Feb 2024 01:38:15 +0000 (-0700) Subject: Update actions/checkout to v4. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68cf79f009b0229e0f22d2de754eb100f5d15f33;p=code-gallery.git Update actions/checkout to v4. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4113621..9cb2815 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -50,7 +50,7 @@ jobs: make echo "BRAID_DIR=${PWD}" >> $GITHUB_ENV - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compile all projects run: |