Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from eclipse-tractusx/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
fabiodmota authored Feb 29, 2024
2 parents 5c79dfc + d6a6165 commit dd12d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'adopt'

- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down

0 comments on commit dd12d60

Please sign in to comment.