From 7da1f15220ce68b526ba8c24a6c2276a8c851db9 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 14 Jun 2022 22:58:22 +0200 Subject: [PATCH] update actions/checkout in GitHub Actions to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6fa387a..f5df5b2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install packages if: matrix.install @@ -167,7 +167,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Boost shell: cmd