Skip to content

Commit 9e587ff

Browse files
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](actions/setup-python@v4.7.0...v4.7.1) --- 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>
1 parent 9c0ae56 commit 9e587ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101

102102
- name: Set up Python
103-
uses: actions/setup-python@v4.7.0
103+
uses: actions/setup-python@v4.7.1
104104
if: matrix.python-version != 'system'
105105
with:
106106
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)