Skip to content

Commit 62237a5

Browse files
authored
Merge pull request #224 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 1748fe9 + b3f9b1a commit 62237a5

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/[email protected].0
14+
uses: actions/[email protected].1
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/[email protected].0
44+
uses: actions/[email protected].1
4545
with:
4646
python-version: "${{ steps.build-vars.outputs.PYTHON_VER }}-dev"
4747

0 commit comments

Comments
 (0)