From e0e27e65861f68e34604d8796dc0bcda387113fd Mon Sep 17 00:00:00 2001 From: vicentepinto98 Date: Mon, 2 Oct 2023 08:27:13 +0100 Subject: [PATCH] Update checout action to v4 --- .github/workflows/renovate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6471bed..84ed022 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -2,7 +2,7 @@ name: Renovate on: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" workflow_dispatch: jobs: @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Self-hosted Renovate uses: renovatebot/github-action@v39.0.5 with: configurationFile: .github/renovate.json - token: ${{ secrets.SDK_PR_TOKEN }} \ No newline at end of file + token: ${{ secrets.SDK_PR_TOKEN }}