Skip to content

Commit c5823be

Browse files
chore(deps): update actions/cache digest to 1bd1e32 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sergey Grigoriev <[email protected]>
1 parent ab6a1f8 commit c5823be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "cache_key=${{ runner.os }}-mvn-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}" >> $GITHUB_OUTPUT
3838
- name: 💾 Prepare cache using cache key
3939
id: prepare-cache
40-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
40+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
4141
with:
4242
path: |
4343
/home/runner/.m2
@@ -122,7 +122,7 @@ jobs:
122122
gpg-private-key: ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PRIVATE_KEY }}
123123
- name: 💾 Restore cache using cache key
124124
id: restore-cache
125-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
125+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
126126
with:
127127
path: |
128128
/home/runner/.m2
@@ -151,7 +151,7 @@ jobs:
151151
java-version: 17
152152
- name: 💾 Restore cache using cache key
153153
id: restore-cache
154-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
154+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
155155
with:
156156
path: |
157157
/home/runner/.m2

0 commit comments

Comments
 (0)