aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_download.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:51:28 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:51:28 +0100
commitfe742401d43928aefc299c3e4d2f506a8388a735 (patch)
tree5b5bcc4b5a834a80cece4c0d14302e496650bff7 /.github/workflows/boost_download.yml
parentmake .gitattributes more consistent (diff)
downloadcmake-common-fe742401d43928aefc299c3e4d2f506a8388a735.tar.gz
cmake-common-fe742401d43928aefc299c3e4d2f506a8388a735.zip
workflows: upgrade actions
Diffstat (limited to '.github/workflows/boost_download.yml')
-rw-r--r--.github/workflows/boost_download.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/boost_download.yml b/.github/workflows/boost_download.yml
index 8aed06d..66db40f 100644
--- a/.github/workflows/boost_download.yml
+++ b/.github/workflows/boost_download.yml
@@ -20,9 +20,11 @@ jobs:
shell: pwsh
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: Download Boost
uses: ./.github/actions/download-boost
with: