From 9759331f434f24516bb88a7cb2c43d505e315c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:57:58 +0100 Subject: build(deps): bump actions/setup-python from 4.3.1 to 4.4.0 (#34667) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/2c3dd9e7e29afd70cc0950079bde6c979d1f69f9...5ccb29d8773c3f3f653e1705f474dfaa8a06a912) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/windows_python.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/windows_python.yml') diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 35689ac196..07bbe02e2f 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - - uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 + - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: 3.9 - name: Install Python packages @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - - uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 + - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: 3.9 - name: Install Python packages @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 - - uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 + - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: 3.9 - name: Install Python packages @@ -90,7 +90,7 @@ jobs: # - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # with: # fetch-depth: 0 - # - uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 + # - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # with: # python-version: 3.9 # - name: Install Python packages @@ -121,7 +121,7 @@ jobs: # run: # shell: pwsh # steps: - # - uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 + # - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # with: # python-version: 3.9 # - name: Install Python packages -- cgit v1.2.3-70-g09d2