Skip to content

Commit

Permalink
Merge pull request #699 from mwiede/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.1.2

Bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
2 parents 3c631c5 + e9a5163 commit 4f2e3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cache local Maven repository
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: |
~/.m2/repository
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cache local Maven repository
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: |
~/.m2/repository
Expand Down

0 comments on commit 4f2e3fe

Please sign in to comment.