From a45a8be70864c5510225dfffe6afbd085e39788e Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Wed, 7 Feb 2024 10:13:39 -0700 Subject: [PATCH] Updating CI to remove deprecation warning --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 30ce72df..9b8c2a27 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -27,7 +27,7 @@ jobs: run: | which ${{matrix.vFortran}} ${{matrix.vFortran}} --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: mkdir bin run: mkdir bin - name: cmake