This is an automated email from the ASF dual-hosted git repository.

abhishekrb19 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new fd59f41a110 ci: bump outdated GitHub Actions (#19587)
fd59f41a110 is described below

commit fd59f41a1105b43a820a59517e791d1583ded80a
Author: Andreas Maechler <[email protected]>
AuthorDate: Tue Jun 16 19:49:23 2026 -0600

    ci: bump outdated GitHub Actions (#19587)
    
    A few actions in the workflows lag the rest of the tree:
    
    - actions/stale v9 -> v10
    - amannn/action-semantic-pull-request v5 -> v6
    - actions/upload-artifact v4 -> v7 in docker-tests.yml (the other two
      upload steps in the same job already use v7)
---
 .github/workflows/docker-tests.yml | 2 +-
 .github/workflows/pr-checks.yml    | 2 +-
 .github/workflows/stale.yml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker-tests.yml 
b/.github/workflows/docker-tests.yml
index cd68b2b980d..3cba272ce8b 100644
--- a/.github/workflows/docker-tests.yml
+++ b/.github/workflows/docker-tests.yml
@@ -57,7 +57,7 @@ jobs:
 
       - name: Upload Druid container logs to GitHub
         if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: failure-druid-container-logs
           path: druid-container-logs.tgz
diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml
index 4ad235d5345..e216586082e 100644
--- a/.github/workflows/pr-checks.yml
+++ b/.github/workflows/pr-checks.yml
@@ -29,7 +29,7 @@ jobs:
     name: Verify PR title conforms to Conventional Commits
     runs-on: ubuntu-latest
     steps:
-      - uses: amannn/action-semantic-pull-request@v5
+      - uses: amannn/action-semantic-pull-request@v6
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 43a7280c302..a2d9b5e3b64 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -23,7 +23,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v9
+      - uses: actions/stale@v10
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           stale-issue-message: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to