Skip to content

Commit

Permalink
chore(workflows): update renovate version to use node20 [INFRA-14946] (
Browse files Browse the repository at this point in the history
…#252)

* chore: update renovate version to use node20 [INFRA-14946]

https://github.com/renovatebot/github-action/releases/tag/v40.0.0

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ahammond and github-actions authored Mar 27, 2024
1 parent 6cea475 commit e5f27b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/renovate-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ export module renovateWorkflow {
steps: [
{
name: 'Checkout',
uses: 'actions/checkout@v3',
uses: 'actions/checkout@v4',
},
{
name: 'Self-hosted Renovate',
uses: 'renovatebot/github-action@v39.0.1', // We might want to un-pin this or figure out a renovate process for it.
uses: 'renovatebot/github-action@v40.1.6', // We might want to un-pin this or figure out a renovate process for it.
// Skip running renovate in a loop when renovate updates the dependency dashboard issue and re-triggers this workflow
if: `(github.event_name != 'issues' && github.event_name != 'pull_request') || github.actor != '${RENOVATE_GITHUB_USERNAME}'`,
with: {
Expand Down
8 changes: 4 additions & 4 deletions test/__snapshots__/renovate-workflow.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5f27b1

Please sign in to comment.