Removed setup python.

This commit is contained in:
Philipp Horstenkamp 2024-05-28 22:35:26 +02:00
parent 3c113fad9c
commit 883ab304e4
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -11,7 +11,6 @@ jobs:
SPECIFIC_BRANCH: chore/update-pre-commit SPECIFIC_BRANCH: chore/update-pre-commit
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: echo Current branch ${{github.ref_name}} - run: echo Current branch ${{github.ref_name}}
- name: version-up - name: version-up
uses: https://git.horstenkamp.eu/Philipp/version-up-action.git@${{github.ref_name}} uses: https://git.horstenkamp.eu/Philipp/version-up-action.git@${{github.ref_name}}