Skip to content

Commit aed5b8c

Browse files
authored
Merge pull request #43 from beeware/dependabot/github_actions/actions/setup-python-4.7.1
Bump actions/setup-python from 4.7.0 to 4.7.1
2 parents 9c0ae56 + 9e587ff commit aed5b8c

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)