Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install requests cogapp polib transifex-python sphinx-intl blurb six
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
working-directory: /usr/local/bin
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ matrix.version }}
fetch-depth: 0
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
python-version: 3
- run: pip install sphinx-lint
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ matrix.version }}
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
Expand All @@ -96,13 +96,13 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see #63)
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: python/cpython
ref: ${{ matrix.version }}
- run: make venv
working-directory: ./Doc
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ matrix.version }}
path: Doc/locales/pl/LC_MESSAGES
Expand Down