diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-12 16:57:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 16:57:52 +0200 |
| commit | b7507bad7730e5f6558cfcce29976f65890083ca (patch) | |
| tree | b2de6134c34f91bc0540d9dcdaa87d3849a147c2 /.github/workflows/docs.yml | |
| parent | 7b26b64a63b5fc15134426a6ee0534dca2a1a855 (diff) | |
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d648e8b5fb..90731ebcfc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,9 +25,9 @@ jobs: name: spelling steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' cache: 'pip' @@ -43,9 +43,9 @@ jobs: name: blacken-docs steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' - run: python -m pip install blacken-docs @@ -64,9 +64,9 @@ jobs: name: lint-docs steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' - run: python -m pip install sphinx-lint |
