Skip to content

Commit a4f7669

Browse files
thomas-serre-sonarsourcesonartech
authored andcommitted
SONARPY-3956 Optimize CI to reduce Repox bandwidth for sonar-python-enterprise (#1000)
GitOrigin-RevId: fbdb629a17b4343a44941912a22e53d1c53e78d1
1 parent f5bd3d5 commit a4f7669

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/setup-orchestrator-cache

1 file changed

+1
-1
lines changed

.github/actions/setup-orchestrator-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
echo "cache-key=${CACHE_KEY}" >> $GITHUB_OUTPUT
2121
2222
- name: Setup orchestrator cache
23-
uses: SonarSource/ci-github-actions/cache@v1
23+
uses: SonarSource/gh-action_cache@v1
2424
with:
2525
path: "~/.sonar/orchestrator/"
2626
key: "${{ steps.set-paths.outputs.cache-key }}"

0 commit comments

Comments
 (0)