From e5f27b100db353ea73056c0c028c5dd45b85c643 Mon Sep 17 00:00:00 2001 From: Andrew Hammond <445764+ahammond@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:25:17 -0700 Subject: [PATCH] chore(workflows): update renovate version to use node20 [INFRA-14946] (#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 --------- Signed-off-by: github-actions Co-authored-by: github-actions --- .github/workflows/renovate.yml | 4 ++-- src/renovate-workflow.ts | 4 ++-- test/__snapshots__/renovate-workflow.test.ts.snap | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a66e8b92..25c9d06b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,9 +26,9 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v40.1.6 if: (github.event_name != 'issues' && github.event_name != 'pull_request') || github.actor != 'cu-infra-svc-git' with: configurationFile: renovate.json5 diff --git a/src/renovate-workflow.ts b/src/renovate-workflow.ts index 38cf3431..6f2ace5e 100644 --- a/src/renovate-workflow.ts +++ b/src/renovate-workflow.ts @@ -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: { diff --git a/test/__snapshots__/renovate-workflow.test.ts.snap b/test/__snapshots__/renovate-workflow.test.ts.snap index ea701ba1..9b163107 100644 --- a/test/__snapshots__/renovate-workflow.test.ts.snap +++ b/test/__snapshots__/renovate-workflow.test.ts.snap @@ -29,9 +29,9 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v40.1.6 if: (github.event_name != 'issues' && github.event_name != 'pull_request') || github.actor != 'cu-infra-svc-git' with: configurationFile: renovate.json5 @@ -74,9 +74,9 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v40.1.6 if: (github.event_name != 'issues' && github.event_name != 'pull_request') || github.actor != 'cu-infra-svc-git' with: configurationFile: renovate.json5