diff --git a/python-format/action.yml b/python-format/action.yml index 6883dce..3d106fc 100644 --- a/python-format/action.yml +++ b/python-format/action.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.13.3 + python-version: 3.14.2 - run: python3 -m pip install --upgrade pip - run: python3 -m pip install black==24.1.1 - id: python-files-found diff --git a/python-lint/action.yml b/python-lint/action.yml index bc0ca51..6712e7b 100644 --- a/python-lint/action.yml +++ b/python-lint/action.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.13.3 + python-version: 3.14.2 - run: python3 -m pip install --upgrade pip - run: python3 -m pip install ruff==0.1.15 - run: ruff --respect-gitignore $GITHUB_WORKSPACE # ruff automatically finds python files