diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-18 11:42:01 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-18 11:42:01 +0200 |
commit | c7a30aec030c23f088fa3b1e90fcd695c9de5349 (patch) | |
tree | 5bfae581e894ede08498bcc164fba266e3596dd1 /.github | |
parent | c2b35fb226bd5e706fce7a9e23926fffefc0498d (diff) | |
download | redot-cpp-c7a30aec030c23f088fa3b1e90fcd695c9de5349.tar.gz |
CI: Use setup-python@v4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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' |