From 49a06d18446a7a6692432e5ecd584bc1eea13fbb Mon Sep 17 00:00:00 2001 From: Gonzalo Martinez Lema Date: Wed, 13 Nov 2024 10:10:56 +0100 Subject: [PATCH] Bump actions/checkout version in GHA workflows --- .github/workflows/check_db_calibration.yml | 2 +- .github/workflows/test_suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_db_calibration.yml b/.github/workflows/check_db_calibration.yml index 5a1239bac..5f4b9b908 100644 --- a/.github/workflows/check_db_calibration.yml +++ b/.github/workflows/check_db_calibration.yml @@ -21,7 +21,7 @@ jobs: python-version: [3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: files uses: jitterbit/get-changed-files@v1 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 01e7991b2..36618976c 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get LFS files run: git lfs pull # - name: Fix Conda permissions on macOS