This is an automated email from the ASF dual-hosted git repository.
centic9 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 31a53b6e9e Update to latest version of actions/cache
31a53b6e9e is described below
commit 31a53b6e9e770fa217276af7bcc3adcfa0619543
Author: Dominik Stadler <[email protected]>
AuthorDate: Sun Jun 14 08:07:46 2026 +0200
Update to latest version of actions/cache
---
.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 e50f226320..5bfdd8cf29 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.15 apache-ant-1.10.15/bin/ant -version
- name: Cache downloaded third-party libraries
- uses: actions/[email protected]
+ uses: actions/cache@v4
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]