aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_clang_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-rw-r--r--.github/workflows/boost_clang_windows.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml
index 8d3c1b7..88289ae 100644
--- a/.github/workflows/boost_clang_windows.yml
+++ b/.github/workflows/boost_clang_windows.yml
@@ -31,16 +31,16 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Cache Boost
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: '${{ runner.workspace }}/boost/boost_*.tar.gz'
key: 'boost_${{ matrix.boost-version }}'
- name: Clean up PATH
- uses: egor-tensin/cleanup-path@v2
+ uses: egor-tensin/cleanup-path@v3
if: runner.os == 'Windows'
- name: Set common variables
@@ -49,7 +49,9 @@ jobs:
toolset: '${{ matrix.toolset }}'
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.x'
- name: Install Clang
uses: egor-tensin/setup-clang@v1