Skip to content

Commit

Permalink
Update renovatebot/github-action (#1938)
Browse files Browse the repository at this point in the history
The `renovate.yaml` started failing.
Updated the workflow as suggested by https://github.com/renovatebot/github-action?tab=readme-ov-file#persisting-the-repository-cache

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
  • Loading branch information
vinzscam authored Nov 15, 2024
1 parent 89e87be commit 2442040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
# are different than the ones given after the cache is restored. We have to
# change ownership to solve this. We also need to have correct permissions in
# the entire /tmp/renovate tree, not just the section with the repo cache.
sudo chown -R runneradmin:root /tmp/renovate/
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v40.1.10
- uses: renovatebot/github-action@v41.0.2
with:
configurationFile: .github/renovate-action.json
renovate-version: full
Expand Down

0 comments on commit 2442040

Please sign in to comment.