diff --git a/python-format/action.yml b/python-format/action.yml index e07955e..6883dce 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.2 + python-version: 3.13.3 - 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 6e480b5..bc0ca51 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.2 + python-version: 3.13.3 - 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