Skip to content

Commit de8ee2a

Browse files
authored
Merge pull request #85 from beeware/dependabot/github_actions/actions/setup-python-5.1.1
Bump actions/setup-python from 5.1.0 to 5.1.1
2 parents 37205fd + af44581 commit de8ee2a

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

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

0 commit comments

Comments
 (0)