Skip to content

Commit 48ed909

Browse files
committed
Ensure all actions/setup-python uses are the same version
1 parent 88b5bc2 commit 48ed909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
egress-policy: audit
186186
- uses: actions/checkout@v4
187187
- id: setup-python
188-
uses: actions/setup-python@v4
188+
uses: actions/setup-python@v5
189189
with:
190190
python-version: ${{ steps.setup-env.outputs.python-version }}
191191
- uses: actions/cache@v3

0 commit comments

Comments
 (0)