From 77dac76e8c279de8e073d79044affa3cf35dda47 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 26 Oct 2022 22:54:25 +0300 Subject: [PATCH] Update github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d085e94..814b21c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - { cxx: clang++, features: "static" } name: ${{ matrix.cxx }} ${{ matrix.features }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies env: