Skip to content

Commit 9c1ab75

Browse files
committed
test: portable python fork
see actions/python-versions#275
1 parent 6679e34 commit 9c1ab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plone-package-test-notify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
key: ${{ inputs.CACHE_KEY }}
4949
- name: Setup Python
5050
if: ${{ inputs.PYTHON_VERSION != '' }}
51-
uses: actions/setup-python@v5.5.0
51+
uses: jaswanthikolla/setup-python@portable_python
5252
with:
5353
python-version: ${{ inputs.PYTHON_VERSION }}
5454
- name: Install dependencies

0 commit comments

Comments
 (0)