From 84f51c4f0fe0c2125d0ce68eb32df2402a95997e Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sat, 10 Jun 2023 20:01:12 -0400 Subject: [PATCH] update checkout action --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a5bd9..1f48bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: env: CMAKE_VERSION: 3.10.2 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install Linux dependencies @@ -57,7 +57,7 @@ jobs: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install Linux dependencies @@ -94,7 +94,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install Linux dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1b8876..53ef911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: sha: ${{ steps.version.outputs.sha }} tag: ${{ steps.version.outputs.tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: CMAKE_INSTALL_DIR: ${{ github.workspace }}/install/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install Linux dependencies