Bump actions/setup-python from 4.7.0 to 4.7.1

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](61a6322f88...65d7f2d534)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/4436/head
dependabot[bot] 1 year ago committed by Behdad Esfahbod
parent 0cfc4ebfba
commit cf930decce
  1. 2
      .github/workflows/msvc-ci.yml

@ -35,7 +35,7 @@ jobs:
variant: sccache variant: sccache
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }} key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }}
- name: Setup Python - name: Setup Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with: with:
python-version: '3.x' python-version: '3.x'
- name: Setup MSVC - name: Setup MSVC

Loading…
Cancel
Save