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

huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b1ec481a5 Build: Bump actions/stale from 10.1.0 to 10.1.1 (#14784)
3b1ec481a5 is described below

commit 3b1ec481a564ae8bce608a1044a6156c4f49ede1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 23:32:08 2025 -0800

    Build: Bump actions/stale from 10.1.0 to 10.1.1 (#14784)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 
10.1.1.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/stale/compare/v10.1.0...v10.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index a7118a4ffd..9a7134d546 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -32,7 +32,7 @@ jobs:
     if: github.repository_owner == 'apache'
     runs-on: ubuntu-24.04
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
         with:
           # stale issues
           stale-issue-label: 'stale'

Reply via email to