Skip to content

Commit a24680d

Browse files
chore(deps): bump actions/cache from 4.2.1 to 4.2.2 (#148)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9098271 commit a24680d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '11'
2323
distribution: 'temurin'
2424
- name: Cache .m2 and JKube
25-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
25+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2626
with:
2727
path: |
2828
${{ github.workspace }}/jkube
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@v4
5656
- name: Restore cache .m2 and JKube
57-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
57+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
5858
with:
5959
path: |
6060
${{ github.workspace }}/jkube
@@ -115,7 +115,7 @@ jobs:
115115
- name: Checkout
116116
uses: actions/checkout@v4
117117
- name: Restore cache .m2 and JKube
118-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
118+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
119119
with:
120120
path: |
121121
${{ github.workspace }}/jkube

0 commit comments

Comments
 (0)