From c812b7521c2efab5450c32ce9c4f4a81731c4d7f Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Sun, 7 Jul 2024 23:05:24 +0200 Subject: [PATCH] Upgrade checkout action in remaining CI builds --- .github/workflows/linux-full-tests.yml | 2 +- .github/workflows/linux-nondefault.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-full-tests.yml b/.github/workflows/linux-full-tests.yml index 819eec46773..e808b1286f8 100644 --- a/.github/workflows/linux-full-tests.yml +++ b/.github/workflows/linux-full-tests.yml @@ -181,7 +181,7 @@ jobs: configureflags: --enable-null-as-functions container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compiler version run: | ${{ matrix.cc }} --version diff --git a/.github/workflows/linux-nondefault.yml b/.github/workflows/linux-nondefault.yml index cae7a3cca8e..7b2344ccb85 100644 --- a/.github/workflows/linux-nondefault.yml +++ b/.github/workflows/linux-nondefault.yml @@ -135,7 +135,7 @@ jobs: configureflags: --enable-openmp container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compiler version run: | ${{ matrix.cc }} --version