diff --git a/action.yml b/action.yml index 46603e8..24b472b 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,11 @@ runs: steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 + with: + python-version: '3.14' + - name: Install and upgrade pip + shell: bash + run: python -m pip install - name: Install pre-commit and run autoupdate shell: bash run: |