Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 55514b0

Browse files
Bump actions/cache from 3.0.6 to 3.0.7 (#229)
1 parent 4515a0a commit 55514b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cache sonar packages
4141
if: ${{ inputs.sonar_analysis == true }}
42-
uses: actions/cache@v3.0.6
42+
uses: actions/cache@v3.0.7
4343
with:
4444
path: ~/.sonar/cache
4545
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)