summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-07-18 11:42:01 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-07-18 11:42:01 +0200
commitc7a30aec030c23f088fa3b1e90fcd695c9de5349 (patch)
tree5bfae581e894ede08498bcc164fba266e3596dd1 /.github
parentc2b35fb226bd5e706fce7a9e23926fffefc0498d (diff)
downloadredot-cpp-c7a30aec030c23f088fa3b1e90fcd695c9de5349.tar.gz
CI: Use setup-python@v4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25fb65a..6baaaac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
submodules: recursive
- name: Set up Python (for SCons)
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: '3.x'