Skip to content

Commit d8070d6

Browse files
authored
Merge pull request #68 from beeware/dependabot/github_actions/actions/setup-python-5.1.0
Bump actions/setup-python from 5.0.0 to 5.1.0
2 parents 7f7485c + 5959da9 commit d8070d6

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
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Set up Python
112-
uses: actions/setup-python@v5.0.0
112+
uses: actions/setup-python@v5.1.0
113113
if: matrix.python-version != 'system'
114114
with:
115115
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)