Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1268070?usp=email )
Change subject: tests: Update GitHub action functions and pre-commit hooks ...................................................................... tests: Update GitHub action functions and pre-commit hooks Update: - codecov/codecov-action @v5 -> @v6 - kachick/wait-other-jobs @v3.8.1 -> @v4 - https://github.com/jshwi/docsig v0.81.3 -> v0.82.0 Change-Id: I14f0862530ba4fce24d94e2de5d89fbc6f0aaf6e --- M .github/workflows/doctest.yml M .github/workflows/graalpy_tests.yml M .github/workflows/login_tests-ci.yml M .github/workflows/oauth_tests-ci.yml M .github/workflows/pywikibot-ci.yml M .github/workflows/sysop_write_tests-ci.yml M .github/workflows/windows_tests.yml M .pre-commit-config.yaml 8 files changed, 9 insertions(+), 9 deletions(-) Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index 6a4ef78..75415f4 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -66,6 +66,6 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/graalpy_tests.yml b/.github/workflows/graalpy_tests.yml index 41a4f83..bbd43d0 100644 --- a/.github/workflows/graalpy_tests.yml +++ b/.github/workflows/graalpy_tests.yml @@ -71,7 +71,7 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Check on failure diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index cf2b878..a32c62a 100644 --- a/.github/workflows/login_tests-ci.yml +++ b/.github/workflows/login_tests-ci.yml @@ -20,7 +20,7 @@ continue-on-error: true steps: - name: Wait for all workflows to complete excluding this one - uses: kachick/[email protected] + uses: kachick/wait-other-jobs@v4 with: skip-same-workflow: true skip-list: | @@ -126,6 +126,6 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index 7ba998d..be48b1a 100644 --- a/.github/workflows/oauth_tests-ci.yml +++ b/.github/workflows/oauth_tests-ci.yml @@ -100,6 +100,6 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index 7b94d54..b244f95 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -139,7 +139,7 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Check on failure diff --git a/.github/workflows/sysop_write_tests-ci.yml b/.github/workflows/sysop_write_tests-ci.yml index cccc1ec..30a883e 100644 --- a/.github/workflows/sysop_write_tests-ci.yml +++ b/.github/workflows/sysop_write_tests-ci.yml @@ -65,7 +65,7 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Check on failure diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index bb80f7a..feb8652 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -79,7 +79,7 @@ coverage combine || true coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Check on failure diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3aabef..4860314 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,7 +98,7 @@ name: isort (skip future annotations) files: ^pwb\.py$ - repo: https://github.com/jshwi/docsig - rev: v0.81.3 + rev: v0.82.0 hooks: - id: docsig exclude: ^(tests|scripts) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1268070?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I14f0862530ba4fce24d94e2de5d89fbc6f0aaf6e Gerrit-Change-Number: 1268070 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
