diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-03-01 01:53:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 01:53:52 +0100 |
commit | 4368f14e9d7c4e53b5df28b0edb8e30c6d3533a5 (patch) | |
tree | 90765aeeed0a59d29d3d68967ed510ef58aadc2e | |
parent | 3b5ea2f42398eb69eb77509dfa1217e5ad4887a5 (diff) | |
parent | 0987fd6b0eea2a3fbc63fe691ff172303e1add87 (diff) | |
download | redot-cpp-4368f14e9d7c4e53b5df28b0edb8e30c6d3533a5.tar.gz |
Merge pull request #716 from godotengine/dependabot/github_actions/actions/setup-python-3
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe4744d..0e708fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: submodules: recursive - name: Set up Python (for SCons) - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.x' @@ -157,7 +157,7 @@ jobs: submodules: recursive - name: Set up Python (for SCons) - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.x' @@ -210,7 +210,7 @@ jobs: submodules: recursive - name: Set up Python (for SCons) - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.x' @@ -249,7 +249,7 @@ jobs: submodules: recursive - name: Set up Python (for SCons) - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: '3.x' |