This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new e440cffcf Bump actions/stale from 9 to 10 (#3527)
e440cffcf is described below
commit e440cffcfeea0954fc7450421f9e23806dbcee13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 12 15:46:58 2026 +0200
Bump actions/stale from 9 to 10 (#3527)
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [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/v9...v10)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/stale-prs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml
index fe726c481..905fa0f83 100644
--- a/.github/workflows/stale-prs.yml
+++ b/.github/workflows/stale-prs.yml
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-slim
steps:
- name: Mark and close stale pull requests
- uses: actions/stale@v9
+ uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Don't touch issues.