From fe742401d43928aefc299c3e4d2f506a8388a735 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 11 Dec 2022 15:51:28 +0100 Subject: workflows: upgrade actions --- .github/workflows/ci_appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci_appveyor.yml') diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index fd4494f..db35e99 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -32,11 +32,13 @@ jobs: BOOST_VERSION: 1.72.0 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Cache Boost - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: '${{ github.workspace }}/examples/build/boost_*.tar.gz' key: 'boost_${{ env.BOOST_VERSION }}' -- cgit v1.2.3