Skip to content

Commit e48e075

Browse files
authored
Merge pull request #91 from beeware/dependabot/github_actions/actions/setup-python-5.2.0
Bump actions/setup-python from 5.1.1 to 5.2.0
2 parents ca3526c + cd122e3 commit e48e075

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
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 0
121121

122122
- name: Set up Python
123-
uses: actions/setup-python@v5.1.1
123+
uses: actions/setup-python@v5.2.0
124124
if: matrix.python-version != 'system'
125125
with:
126126
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)