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

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


The following commit(s) were added to refs/heads/main by this push:
     new ef7dc2f7cc Bump actions/cache from 5.0.2 to 5.0.3
ef7dc2f7cc is described below

commit ef7dc2f7cc37275f7bf4db1e2f5f62c956cf2618
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 23:06:53 2026 +0000

    Bump actions/cache from 5.0.2 to 5.0.3
    
    Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3.
    - [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/8b402f58fbc84540c8b491a91e594a4576fec3d7...cdf6c1fa76f9f475f3d7449005a359c84ca0f306)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/main-pull-request-build.yml | 2 +-
 .github/workflows/main-push-build.yml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main-pull-request-build.yml 
b/.github/workflows/main-pull-request-build.yml
index 6ae334bfce..4799beb3fa 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -22,7 +22,7 @@ jobs:
         distribution: 'temurin'
 
     - name: Cache Maven packages
-      uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+      uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
       with:
         path: ~/.m2
         key: ${{ runner.os }}-main-pr-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index ceb00d6e92..abd5c099e4 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -22,7 +22,7 @@ jobs:
         distribution: 'temurin'
 
     - name: Cache Maven packages
-      uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+      uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
       with:
         path: ~/.m2
         key: ${{ runner.os }}-main-m2-${{ hashFiles('**/pom.xml') }}

Reply via email to