Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/997451?usp=email )

Change subject: [tests] update github action releases
......................................................................

[tests] update github action releases

Change-Id: I02d8a1bd9c32cfe721a4d5df595eaf0c64cff034
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
M .github/workflows/write_tests-ci.yml
5 files changed, 28 insertions(+), 19 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 7805c82..e07471b 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -31,19 +31,19 @@

     steps:
     - name: Checkout Repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true

     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       if: ${{ matrix.python-version != '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}
 
     # use deadsnakes/action until actions/setup-python supports Python 3.13
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: ${{ matrix.python-version == '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}
@@ -76,4 +76,4 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4
diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index bcf58d4..50b9257 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -56,19 +56,19 @@

     steps:
     - name: Checkout Repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true

     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       if: ${{ matrix.python-version != '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}

     # use deadsnakes/action until actions/setup-python supports Python 3.13
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: ${{ matrix.python-version == '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}
@@ -124,4 +124,4 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4
diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index 2223ebf..3ce8557 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -48,19 +48,19 @@

     steps:
     - name: Checkout Repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true

     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       if: ${{ matrix.python-version != '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}

     # use deadsnakes/action until actions/setup-python supports Python 3.13
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: ${{ matrix.python-version == '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}
@@ -118,4 +118,4 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4
diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 4ae59a3..dbb20d7 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -68,19 +68,19 @@

     steps:
     - name: Checkout Repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true

     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       if: ${{ matrix.python-version != '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}

     # use deadsnakes/action until actions/setup-python supports Python 3.13
     - name: Set up development Python ${{ matrix.python-version }}
-      uses: deadsnakes/[email protected]
+      uses: deadsnakes/[email protected]
       if: ${{ matrix.python-version == '3.13-dev' }}
       with:
         python-version: ${{ matrix.python-version }}
@@ -144,7 +144,7 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4

     - name: Check on failure
       if: steps.ci_test.outcome == 'failure'
diff --git a/.github/workflows/write_tests-ci.yml 
b/.github/workflows/write_tests-ci.yml
index 756add1..45807c4 100644
--- a/.github/workflows/write_tests-ci.yml
+++ b/.github/workflows/write_tests-ci.yml
@@ -30,12 +30,12 @@

     steps:
     - name: Checkout Repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true

     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v4
+      uses: actions/setup-python@v5
       with:
         python-version: ${{ matrix.python-version }}

@@ -78,7 +78,7 @@
         coverage report

     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4

     - name: Check on failure
       if: steps.ci_test.outcome == 'failure'

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/997451?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I02d8a1bd9c32cfe721a4d5df595eaf0c64cff034
Gerrit-Change-Number: 997451
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to