Skip to content

Commit 195baec

Browse files
authored
Merge pull request #211 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 44615ed + 05aa1d0 commit 195baec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Set up Python environment
14-
uses: actions/setup-python@v5.0.0
14+
uses: actions/setup-python@v5.1.0
1515
with:
1616
python-version: "3.X"
1717

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
4242
4343
- name: Set up Python
44-
uses: actions/setup-python@v5.0.0
44+
uses: actions/setup-python@v5.1.0
4545
with:
4646
python-version: "${{ steps.build-vars.outputs.PYTHON_VER }}-dev"
4747

0 commit comments

Comments
 (0)