]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump the actions group with 4 updates (#145952)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 14 Mar 2026 16:30:26 +0000 (16:30 +0000)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2026 16:30:26 +0000 (16:30 +0000)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build.yml
.github/workflows/reusable-check-c-api-docs.yml
.github/workflows/reusable-cifuzz.yml
.github/workflows/reusable-san.yml
.github/workflows/stale.yml

index c017ee04d67f0707eec4fdd2e12b95032ef948ef..2fa2ab768dc48b14a1eab5c8816e44339b73f20a 100644 (file)
@@ -475,7 +475,7 @@ jobs:
           -x test_subprocess \
           -x test_signal \
           -x test_sysconfig
-    - uses: actions/upload-artifact@v6
+    - uses: actions/upload-artifact@v7
       if: always()
       with:
         name: hypothesis-example-db
index bab1ca67d538ad0e1dfe71c782934965df94ae99..b95bd6a0184ea7e085148460fc431ef1ae3684ba 100644 (file)
@@ -15,10 +15,10 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 5
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v5
+      - uses: actions/setup-python@v6
         with:
           python-version: '3.x'
       - name: Check for undocumented C APIs
index 1986f5fb2cc6404080d08d7f9efdad7744593fd0..6cd9c26037f527ac8b7c110fd40a6adec49d62c3 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           sanitizer: ${{ inputs.sanitizer }}
       - name: Upload crash
         if: failure() && steps.build.outcome == 'success'
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: ${{ inputs.sanitizer }}-artifacts
           path: ./out/artifacts
index b70f9b4b0d625982f756627a4a43b957e98a5081..79a4ded09fc9ca2e5b09845065937dba105c573f 100644 (file)
@@ -96,7 +96,7 @@ jobs:
       run: find "${GITHUB_WORKSPACE}" -name 'san_log.*' | xargs head -n 1000
     - name: Archive logs
       if: always()
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       with:
         name: >-
           ${{ inputs.sanitizer }}-logs-${{
index febb2dd823a8fe2e7d1a9c01df461661a37da127..915b1acd33f8149a5dab37f204b04d03b1354355 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     steps:
     - name: "Check PRs"
-      uses: actions/stale@v9
+      uses: actions/stale@v10
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'