aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 10:34:42 +0000
committerBehdad Esfahbod <behdad@behdad.org>2023-10-09 10:29:08 -0600
commitcf930decce6cffabff55a8a314eb7f9f34cff322 (patch)
tree4f3cf361b2a261d574f8fbad2ca4e0d450103c46
parent0cfc4ebfbade5b794956f0eae3939e7b1fade2b8 (diff)
downloadharfbuzz_ng-cf930decce6cffabff55a8a314eb7f9f34cff322.tar.gz
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](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) --- 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>
-rw-r--r--.github/workflows/msvc-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml
index ac6c68bc9..82ee4c223 100644
--- a/.github/workflows/msvc-ci.yml
+++ b/.github/workflows/msvc-ci.yml
@@ -35,7 +35,7 @@ jobs:
variant: sccache
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }}
- name: Setup Python
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
+ uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.x'
- name: Setup MSVC