| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,14 +44,14 @@ jobs: | |||
| 44 | 44 | cache: 'maven' | |
| 45 | 45 | ||
| 46 | 46 | - name: Cache SonarCloud packages | |
| 47 | - uses: actions/cache@v4 | ||
| 47 | + uses: actions/cache@v5 | ||
| 48 | 48 | with: | |
| 49 | 49 | path: ~/.sonar/cache | |
| 50 | 50 | key: ${{ runner.os }}-sonar | |
| 51 | 51 | restore-keys: ${{ runner.os }}-sonar | |
| 52 | 52 | ||
| 53 | 53 | - name: Cache local Maven repository | |
| 54 | - uses: actions/cache@v4 | ||
| 54 | + uses: actions/cache@v5 | ||
| 55 | 55 | with: | |
| 56 | 56 | path: ~/.m2/repository | |
| 57 | 57 | key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml', '*/pom.xml', '*/*/pom.xml', '*/*/*/pom.xml') }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ jobs: | |||
| 39 | 39 | pip install pre-commit | |
| 40 | 40 | - name: Set PY | |
| 41 | 41 | run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV | |
| 42 | - - uses: actions/cache@v4 | ||
| 42 | + - uses: actions/cache@v5 | ||
| 43 | 43 | with: | |
| 44 | 44 | path: ~/.cache/pre-commit | |
| 45 | 45 | key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,14 +46,14 @@ jobs: | |||
| 46 | 46 | cache: 'maven' | |
| 47 | 47 | ||
| 48 | 48 | - name: Cache SonarCloud packages | |
| 49 | - uses: actions/cache@v4 | ||
| 49 | + uses: actions/cache@v5 | ||
| 50 | 50 | with: | |
| 51 | 51 | path: ~/.sonar/cache | |
| 52 | 52 | key: ${{ runner.os }}-sonar | |
| 53 | 53 | restore-keys: ${{ runner.os }}-sonar | |
| 54 | 54 | ||
| 55 | 55 | - name: Cache local Maven repository | |
| 56 | - uses: actions/cache@v4 | ||
| 56 | + uses: actions/cache@v5 | ||
| 57 | 57 | with: | |
| 58 | 58 | path: ~/.m2/repository | |
| 59 | 59 | key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml', '*/pom.xml', '*/*/pom.xml', '*/*/*/pom.xml') }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments