Skip to content

Commit 21e3b7b

Browse files
authored
Merge pull request #100 from beeware/dependabot/github_actions/actions/setup-python-5.3.0
Bump actions/setup-python from 5.2.0 to 5.3.0
2 parents 41a24dc + ce767f2 commit 21e3b7b

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
@@ -113,7 +113,7 @@ jobs:
113113
fetch-depth: 0
114114

115115
- name: Set up Python
116-
uses: actions/setup-python@v5.2.0
116+
uses: actions/setup-python@v5.3.0
117117
if: matrix.python-version != 'system'
118118
with:
119119
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)