diff --git a/.github/workflows/ci-blenderbim-choco.yml b/.github/workflows/ci-blenderbim-choco.yml index ed95040ce2..b2f806494a 100644 --- a/.github/workflows/ci-blenderbim-choco.yml +++ b/.github/workflows/ci-blenderbim-choco.yml @@ -40,8 +40,10 @@ jobs: short_name: win, } steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 # https://github.com/actions/setup-python + - uses: actions/checkout@v4 + with: + fetch-tags: true + - uses: actions/setup-python@v5 # https://github.com/actions/setup-python with: python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified