This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new a429c49212 Bump actions/cache from 5 to 6 (#1151)
a429c49212 is described below
commit a429c49212cd7cee581e5cd5a5067673ed27a8bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 15:30:05 2026 +0100
Bump actions/cache from 5 to 6 (#1151)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
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/test-ant.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml
index b38ec1af53..92d5e1147b 100644
--- a/.github/workflows/test-ant.yml
+++ b/.github/workflows/test-ant.yml
@@ -38,7 +38,7 @@ jobs:
ANT_HOME=`pwd`/apache-ant-1.10.17 apache-ant-1.10.17/bin/ant -version
- name: Cache downloaded third-party libraries
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
# A list of files, directories, and wildcard patterns to cache and
restore
path: lib
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]