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] <[email protected]>
1 parent 9c0ae56 commit 9e587ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/[email protected].0
103+
uses: actions/[email protected].1
104104
if: matrix.python-version != 'system'
105105
with:
106106
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)