Skip to content

Commit

Permalink
Update checout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentepinto98 committed Oct 2, 2023
1 parent 64e522c commit e0e27e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Renovate

on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
Expand All @@ -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/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.SDK_PR_TOKEN }}
token: ${{ secrets.SDK_PR_TOKEN }}

0 comments on commit e0e27e6

Please sign in to comment.